Trace number 4406215

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-24OPT35 37.85 33.2107

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 benchmark37.85
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-4406215-1569407409.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406215-1569407409.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
2.34/0.90	c solve instance...
4.53/2.25	o -3958 
4.53/2.26	o -2963 
4.66/2.30	o -2958 
5.91/3.35	o -1966 
6.02/3.46	o -1964 
6.13/3.51	o -1960 
8.20/5.04	o -975 
8.20/5.05	o -966 
8.50/5.36	o -964 
13.52/9.04	o -963 
16.68/12.15	o -959 
16.68/12.17	o 26 
16.68/12.17	o 35 
37.83/33.20	s OPTIMUM FOUND
37.83/33.20	v <instantiation>
37.83/33.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>
37.83/33.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>
37.83/33.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 (13462 MiB free)
  memory of node 1: 16384 MiB (11846 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406215-1569407409/watcher-4406215-1569407409 -o /var/tmp/evaluation-result-4406215-1569407409/solver-4406215-1569407409 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1569392969-18883 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1962001178 HOME/instance-4406215-1569407409.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Current StackSize limit: 8192 KiB

solver pid=22296, runsolver pid=22293

[startup+0.100433 s]*
/proc/loadavg: 2.46 2.06 1.92 4/228 22312
/proc/meminfo: memFree=25900844/32770624 swapFree=66956956/67108860
[pid=22296] ppid=22293 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22296/stat : 22296 (xcsp3-exec) S 22293 22296 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516998638 115843072 363 33554432000 4194304 5098028 140733293163504 140733293161608 140343210578556 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25714688 140733293167446 140733293167705 140733293167705 140733293170630 0
/proc/22296/statm: 28282 363 304 221 0 87 0
[pid=22298] ppid=22296 vsize=15144776 memory=29344 CPUtime=0.13 cores=0,2,4,6
/proc/22298/stat : 22298 (java) S 22296 22296 18852 0 -1 1077944320 5775 0 0 0 12 1 0 0 20 0 15 0 516998638 15508250624 7336 33554432000 4194304 4196468 140729101549616 140729101532160 140557241392887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
/proc/22298/statm: 3786194 7336 3144 1 0 3748377 0
[pid=22298/tid=22299] ppid=22296 vsize=15144776 memory=-2698085374278620574 CPUtime=0.08 cores=0,2,4,6
/proc/22298/task/22299/stat : 22299 (java) S 22296 22296 18852 0 -1 1077944384 3701 0 0 0 8 0 0 0 20 0 15 0 516998638 15508250624 7336 33554432000 4194304 4196468 140729101549616 140557245622240 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22300] ppid=22296 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22300/stat : 22300 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15508250624 7336 33554432000 4194304 4196468 140729101549616 140557169433488 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22301] ppid=22296 vsize=15144776 memory=140385152194176 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22301/stat : 22301 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998639 15508250624 7336 33554432000 4194304 4196468 140729101549616 140557168380688 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22302] ppid=22296 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22302/stat : 22302 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15508250624 7336 33554432000 4194304 4196468 140729101549616 140556831681680 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22303] ppid=22296 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22303/stat : 22303 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998639 15508250624 7402 33554432000 4194304 4196468 140729101549616 140556830628880 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22304] ppid=22296 vsize=15144776 memory=140385152194176 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22304/stat : 22304 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998640 15508250624 7402 33554432000 4194304 4196468 140729101549616 140556182628464 140557241404034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22305] ppid=22296 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22305/stat : 22305 (java) S 22296 22296 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516998641 15508250624 7402 33554432000 4194304 4196468 140729101549616 140556181574432 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22306] ppid=22296 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22306/stat : 22306 (java) S 22296 22296 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516998641 15508250624 7402 33554432000 4194304 4196468 140729101549616 140556180522096 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22307] ppid=22296 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22307/stat : 22307 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15508250624 7402 33554432000 4194304 4196468 140729101549616 140556179470416 140557241411483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22308] ppid=22296 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22308/stat : 22308 (java) R 22296 22296 18852 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 15 0 516998644 15508250624 7402 33554432000 4194304 4196468 140729101549616 140556178417472 140557219225744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22309] ppid=22296 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22309/stat : 22309 (java) R 22296 22296 18852 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 516998644 15508250624 7402 33554432000 4194304 4196468 140729101549616 140556177365488 140557241404034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22310] ppid=22296 vsize=15144776 memory=140385152194176 CPUtime=0.02 cores=0,2,4,6
/proc/22298/task/22310/stat : 22310 (java) S 22296 22296 18852 0 -1 1077944384 330 0 0 0 2 0 0 0 20 0 15 0 516998644 15508250624 7402 33554432000 4194304 4196468 140729101549616 140556176313200 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22311] ppid=22296 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22311/stat : 22311 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15508250624 7402 33554432000 4194304 4196468 140729101549616 140556175260640 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22312] ppid=22296 vsize=15144776 memory=140385152194176 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22312/stat : 22312 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998644 15508250624 7402 33554432000 4194304 4196468 140729101549616 140556174207408 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30796 KiB

[startup+0.210682 s]*
/proc/loadavg: 2.46 2.06 1.92 4/228 22312
/proc/meminfo: memFree=25888300/32770624 swapFree=66956956/67108860
[pid=22296] ppid=22293 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22296/stat : 22296 (xcsp3-exec) S 22293 22296 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516998638 115843072 363 33554432000 4194304 5098028 140733293163504 140733293161608 140343210578556 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25714688 140733293167446 140733293167705 140733293167705 140733293170630 0
/proc/22296/statm: 28282 363 304 221 0 87 0
[pid=22298] ppid=22296 vsize=15144776 memory=41176 CPUtime=0.34 cores=0,2,4,6
/proc/22298/stat : 22298 (java) S 22296 22296 18852 0 -1 1077944320 9477 0 0 0 32 2 0 0 20 0 15 0 516998638 15508250624 10294 33554432000 4194304 4196468 140729101549616 140729101532160 140557241392887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
/proc/22298/statm: 3786194 10294 3317 1 0 3748377 0
[pid=22298/tid=22299] ppid=22296 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/22298/task/22299/stat : 22299 (java) R 22296 22296 18852 0 -1 4202560 6618 0 0 0 18 1 0 0 20 0 15 0 516998638 15508250624 10294 33554432000 4194304 4196468 140729101549616 140557245626944 140557241404822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22300] ppid=22296 vsize=15144776 memory=1899191 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22300/stat : 22300 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15508250624 10294 33554432000 4194304 4196468 140729101549616 140557169433488 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22301] ppid=22296 vsize=15144776 memory=288370761303905920 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22301/stat : 22301 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998639 15508250624 10294 33554432000 4194304 4196468 140729101549616 140557168380688 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22302] ppid=22296 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22302/stat : 22302 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15508250624 10294 33554432000 4194304 4196468 140729101549616 140556831681680 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22303] ppid=22296 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22303/stat : 22303 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998639 15508250624 10294 33554432000 4194304 4196468 140729101549616 140556830628880 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22304] ppid=22296 vsize=15144776 memory=140385152194176 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22304/stat : 22304 (java) S 22296 22296 18852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516998640 15508250624 10294 33554432000 4194304 4196468 140729101549616 140556182628464 140557241404034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22305] ppid=22296 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22305/stat : 22305 (java) S 22296 22296 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516998641 15508250624 10294 33554432000 4194304 4196468 140729101549616 140556181574432 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22306] ppid=22296 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22306/stat : 22306 (java) S 22296 22296 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516998641 15508250624 10294 33554432000 4194304 4196468 140729101549616 140556180522096 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22307] ppid=22296 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22307/stat : 22307 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15508250624 10294 33554432000 4194304 4196468 140729101549616 140556179470416 140557241411483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22308] ppid=22296 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22298/task/22308/stat : 22308 (java) S 22296 22296 18852 0 -1 1077944384 598 0 0 0 2 0 0 0 20 0 15 0 516998644 15508250624 10294 33554432000 4194304 4196468 140729101549616 140556178418288 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22309] ppid=22296 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22298/task/22309/stat : 22309 (java) R 22296 22296 18852 0 -1 4202560 206 0 0 0 2 0 0 0 20 0 15 0 516998644 15508250624 10294 33554432000 4194304 4196468 140729101549616 140556177365488 140557241404034 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22310] ppid=22296 vsize=15144776 memory=140385152194176 CPUtime=0.08 cores=0,2,4,6
/proc/22298/task/22310/stat : 22310 (java) R 22296 22296 18852 0 -1 4202560 744 0 0 0 8 0 0 0 20 0 15 0 516998644 15508250624 10294 33554432000 4194304 4196468 140729101549616 140556176313200 140557220197215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22311] ppid=22296 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22311/stat : 22311 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15508250624 10294 33554432000 4194304 4196468 140729101549616 140556175260640 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22312] ppid=22296 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22312/stat : 22312 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998644 15508250624 10294 33554432000 4194304 4196468 140729101549616 140556174207408 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42628 KiB

[startup+0.310735 s]*
/proc/loadavg: 2.46 2.06 1.92 5/228 22312
/proc/meminfo: memFree=25882664/32770624 swapFree=66956956/67108860
[pid=22296] ppid=22293 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22296/stat : 22296 (xcsp3-exec) S 22293 22296 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516998638 115843072 363 33554432000 4194304 5098028 140733293163504 140733293161608 140343210578556 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25714688 140733293167446 140733293167705 140733293167705 140733293170630 0
/proc/22296/statm: 28282 363 304 221 0 87 0
[pid=22298] ppid=22296 vsize=15149032 memory=49812 CPUtime=0.53 cores=0,2,4,6
/proc/22298/stat : 22298 (java) S 22296 22296 18852 0 -1 1077944320 10787 0 0 0 50 3 0 0 20 0 15 0 516998638 15512608768 12453 33554432000 4194304 4196468 140729101549616 140729101532160 140557241392887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
/proc/22298/statm: 3787258 12453 3359 1 0 3748377 0
[pid=22298/tid=22299] ppid=22296 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/22298/task/22299/stat : 22299 (java) R 22296 22296 18852 0 -1 4202560 7751 0 0 0 28 2 0 0 20 0 15 0 516998638 15512608768 12453 33554432000 4194304 4196468 140729101549616 140557245624000 140557225473374 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22300] ppid=22296 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22300/stat : 22300 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15512608768 12453 33554432000 4194304 4196468 140729101549616 140557169433488 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22301] ppid=22296 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22301/stat : 22301 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998639 15512608768 12453 33554432000 4194304 4196468 140729101549616 140557168380688 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22302] ppid=22296 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22302/stat : 22302 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15512608768 12453 33554432000 4194304 4196468 140729101549616 140556831681680 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22303] ppid=22296 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22303/stat : 22303 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998639 15512608768 12453 33554432000 4194304 4196468 140729101549616 140556830628880 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22304] ppid=22296 vsize=15149032 memory=-7449686455322460319 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22304/stat : 22304 (java) S 22296 22296 18852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516998640 15512608768 12453 33554432000 4194304 4196468 140729101549616 140556182628464 140557241404034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22305] ppid=22296 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22305/stat : 22305 (java) S 22296 22296 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516998641 15512608768 12453 33554432000 4194304 4196468 140729101549616 140556181574432 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22306] ppid=22296 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22306/stat : 22306 (java) S 22296 22296 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516998641 15512608768 12453 33554432000 4194304 4196468 140729101549616 140556180522096 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22307] ppid=22296 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22307/stat : 22307 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15512608768 12453 33554432000 4194304 4196468 140729101549616 140556179470416 140557241411483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22308] ppid=22296 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/22298/task/22308/stat : 22308 (java) R 22296 22296 18852 0 -1 1077944384 607 0 0 0 4 0 0 0 20 0 15 0 516998644 15512608768 12453 33554432000 4194304 4196468 140729101549616 140556178418288 140557241404034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22309] ppid=22296 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/22298/task/22309/stat : 22309 (java) R 22296 22296 18852 0 -1 4202560 301 0 0 0 4 0 0 0 20 0 15 0 516998644 15512608768 12453 33554432000 4194304 4196468 140729101549616 140556177356944 140557221085983 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22310] ppid=22296 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/22298/task/22310/stat : 22310 (java) S 22296 22296 18852 0 -1 1077944384 822 0 0 0 12 0 0 0 20 0 15 0 516998644 15512608768 12453 33554432000 4194304 4196468 140729101549616 140556176313200 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22311] ppid=22296 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22311/stat : 22311 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15512608768 12453 33554432000 4194304 4196468 140729101549616 140556175260640 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22312] ppid=22296 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22312/stat : 22312 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998644 15512608768 12453 33554432000 4194304 4196468 140729101549616 140556174207408 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51264 KiB

[startup+0.701514 s]
/proc/loadavg: 2.46 2.06 1.92 5/228 22312
/proc/meminfo: memFree=25849620/32770624 swapFree=66956956/67108860
[pid=22296] ppid=22293 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22296/stat : 22296 (xcsp3-exec) S 22293 22296 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516998638 115843072 363 33554432000 4194304 5098028 140733293163504 140733293161608 140343210578556 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25714688 140733293167446 140733293167705 140733293167705 140733293170630 0
/proc/22296/statm: 28282 363 304 221 0 87 0
[pid=22298] ppid=22296 vsize=15151156 memory=114008 CPUtime=1.72 cores=0,2,4,6
/proc/22298/stat : 22298 (java) S 22296 22296 18852 0 -1 1077944320 15510 0 0 0 166 6 0 0 20 0 15 0 516998638 15514783744 28502 33554432000 4194304 4196468 140729101549616 140729101532160 140557241392887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
/proc/22298/statm: 3787789 28502 3439 1 0 3748889 0
[pid=22298/tid=22299] ppid=22296 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/22298/task/22299/stat : 22299 (java) R 22296 22296 18852 0 -1 4202560 9136 0 0 0 64 3 0 0 20 0 15 0 516998638 15514783744 28502 33554432000 4194304 4196468 140729101549616 140557245628464 140557223041966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22300] ppid=22296 vsize=15151156 memory=55348 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22300/stat : 22300 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 28502 33554432000 4194304 4196468 140729101549616 140557169433488 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22301] ppid=22296 vsize=15151156 memory=984 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22301/stat : 22301 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 28502 33554432000 4194304 4196468 140729101549616 140557168380688 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22302] ppid=22296 vsize=15151156 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22302/stat : 22302 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 28502 33554432000 4194304 4196468 140729101549616 140556831681680 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22303] ppid=22296 vsize=15151156 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22303/stat : 22303 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 28502 33554432000 4194304 4196468 140729101549616 140556830628880 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22304] ppid=22296 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22304/stat : 22304 (java) S 22296 22296 18852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516998640 15514783744 28502 33554432000 4194304 4196468 140729101549616 140556182628464 140557241404034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22305] ppid=22296 vsize=15151156 memory=7552 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22305/stat : 22305 (java) S 22296 22296 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516998641 15514783744 28502 33554432000 4194304 4196468 140729101549616 140556181574432 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22306] ppid=22296 vsize=15151156 memory=3608 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22306/stat : 22306 (java) S 22296 22296 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516998641 15514783744 28502 33554432000 4194304 4196468 140729101549616 140556180522096 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22307] ppid=22296 vsize=15151156 memory=616 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22307/stat : 22307 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 28502 33554432000 4194304 4196468 140729101549616 140556179470416 140557241411483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22308] ppid=22296 vsize=15151156 memory=2832 CPUtime=0.34 cores=0,2,4,6
/proc/22298/task/22308/stat : 22308 (java) R 22296 22296 18852 0 -1 4202560 1716 0 0 0 34 0 0 0 20 0 15 0 516998644 15514783744 28502 33554432000 4194304 4196468 140729101549616 140556178399680 140557221110023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22309] ppid=22296 vsize=15151156 memory=1620 CPUtime=0.35 cores=0,2,4,6
/proc/22298/task/22309/stat : 22309 (java) R 22296 22296 18852 0 -1 4202560 1689 0 0 0 35 0 0 0 20 0 15 0 516998644 15514783744 28502 33554432000 4194304 4196468 140729101549616 140556177353808 140557226508029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22310] ppid=22296 vsize=15151156 memory=1136 CPUtime=0.31 cores=0,2,4,6
/proc/22298/task/22310/stat : 22310 (java) R 22296 22296 18852 0 -1 1077944384 1660 0 0 0 31 0 0 0 20 0 15 0 516998644 15514783744 28502 33554432000 4194304 4196468 140729101549616 140556176308464 140557241403093 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22311] ppid=22296 vsize=15151156 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22311/stat : 22311 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 28502 33554432000 4194304 4196468 140729101549616 140556175260640 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22312] ppid=22296 vsize=15151156 memory=6196 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22312/stat : 22312 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 28502 33554432000 4194304 4196468 140729101549616 140556174207408 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 115460 KiB

[startup+1.50089 s]
/proc/loadavg: 2.46 2.06 1.92 4/228 22314
/proc/meminfo: memFree=25794380/32770624 swapFree=66956956/67108860
[pid=22296] ppid=22293 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22296/stat : 22296 (xcsp3-exec) S 22293 22296 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516998638 115843072 363 33554432000 4194304 5098028 140733293163504 140733293161608 140343210578556 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25714688 140733293167446 140733293167705 140733293167705 140733293170630 0
/proc/22296/statm: 28282 363 304 221 0 87 0

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

/proc/22296/stat : 22296 (xcsp3-exec) S 22293 22296 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516998638 115843072 363 33554432000 4194304 5098028 140733293163504 140733293161608 140343210578556 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25714688 140733293167446 140733293167705 140733293167705 140733293170630 0
/proc/22296/statm: 28282 363 304 221 0 87 0
[pid=22298] ppid=22296 vsize=15151156 memory=166672 CPUtime=35.02 cores=0,2,4,6
/proc/22298/stat : 22298 (java) S 22296 22296 18852 0 -1 1077944320 49628 0 0 0 3490 12 0 0 20 0 15 0 516998638 15514783744 41668 33554432000 4194304 4196468 140729101549616 140729101532160 140557241392887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
/proc/22298/statm: 3787789 41668 3467 1 0 3748889 0
[pid=22298/tid=22299] ppid=22296 vsize=15151156 memory=7516905154500848747 CPUtime=30.38 cores=0,2,4,6
/proc/22298/task/22299/stat : 22299 (java) R 22296 22296 18852 0 -1 4202560 12811 0 0 0 3032 6 0 0 20 0 15 0 516998638 15514783744 41668 33554432000 4194304 4196468 140729101549616 140557245632440 140556852748799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22300] ppid=22296 vsize=15151156 memory=7595435470430496851 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22300/stat : 22300 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41668 33554432000 4194304 4196468 140729101549616 140557169433488 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22301] ppid=22296 vsize=15151156 memory=7445693080627865681 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22301/stat : 22301 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41668 33554432000 4194304 4196468 140729101549616 140557168380688 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22302] ppid=22296 vsize=15151156 memory=7667494262745950569 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22302/stat : 22302 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41668 33554432000 4194304 4196468 140729101549616 140556831681680 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22303] ppid=22296 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22303/stat : 22303 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41668 33554432000 4194304 4196468 140729101549616 140556830628880 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22304] ppid=22296 vsize=15151156 memory=166672 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22304/stat : 22304 (java) S 22296 22296 18852 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 516998640 15514783744 41668 33554432000 4194304 4196468 140729101549616 140556182628464 140557241404034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22305] ppid=22296 vsize=15151156 memory=2648 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22305/stat : 22305 (java) S 22296 22296 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516998641 15514783744 41668 33554432000 4194304 4196468 140729101549616 140556181574432 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22306] ppid=22296 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22306/stat : 22306 (java) S 22296 22296 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516998641 15514783744 41668 33554432000 4194304 4196468 140729101549616 140556180522096 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22307] ppid=22296 vsize=15151156 memory=164612 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22307/stat : 22307 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 41668 33554432000 4194304 4196468 140729101549616 140556179470416 140557241411483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22308] ppid=22296 vsize=15151156 memory=1160 CPUtime=2.03 cores=0,2,4,6
/proc/22298/task/22308/stat : 22308 (java) S 22296 22296 18852 0 -1 1077944384 13955 0 0 0 202 1 0 0 20 0 15 0 516998644 15514783744 41668 33554432000 4194304 4196468 140729101549616 140556178418288 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22309] ppid=22296 vsize=15151156 memory=8317482817917895235 CPUtime=2.01 cores=0,2,4,6
/proc/22298/task/22309/stat : 22309 (java) S 22296 22296 18852 0 -1 1077944384 16290 0 0 0 199 2 0 0 20 0 15 0 516998644 15514783744 41668 33554432000 4194304 4196468 140729101549616 140556177365488 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22310] ppid=22296 vsize=15151156 memory=14012 CPUtime=0.56 cores=0,2,4,6
/proc/22298/task/22310/stat : 22310 (java) S 22296 22296 18852 0 -1 1077944384 4642 0 0 0 55 1 0 0 20 0 15 0 516998644 15514783744 41668 33554432000 4194304 4196468 140729101549616 140556176313200 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22311] ppid=22296 vsize=15151156 memory=26108 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22311/stat : 22311 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 41668 33554432000 4194304 4196468 140729101549616 140556175260640 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22312] ppid=22296 vsize=15151156 memory=14056 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22312/stat : 22312 (java) S 22296 22296 18852 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 41668 33554432000 4194304 4196468 140729101549616 140556174207408 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
Current children cumulated CPU time: 35.02 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 168124 KiB

[startup+32.0008 s]*
/proc/loadavg: 2.33 2.07 1.93 3/228 22315
/proc/meminfo: memFree=25762248/32770624 swapFree=66956956/67108860
[pid=22296] ppid=22293 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22296/stat : 22296 (xcsp3-exec) S 22293 22296 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516998638 115843072 363 33554432000 4194304 5098028 140733293163504 140733293161608 140343210578556 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25714688 140733293167446 140733293167705 140733293167705 140733293170630 0
/proc/22296/statm: 28282 363 304 221 0 87 0
[pid=22298] ppid=22296 vsize=15151156 memory=166692 CPUtime=36.63 cores=0,2,4,6
/proc/22298/stat : 22298 (java) S 22296 22296 18852 0 -1 1077944320 50028 0 0 0 3651 12 0 0 20 0 15 0 516998638 15514783744 41673 33554432000 4194304 4196468 140729101549616 140729101532160 140557241392887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
/proc/22298/statm: 3787789 41673 3467 1 0 3748889 0
[pid=22298/tid=22299] ppid=22296 vsize=15151156 memory=1136 CPUtime=31.99 cores=0,2,4,6
/proc/22298/task/22299/stat : 22299 (java) R 22296 22296 18852 0 -1 4202560 12830 0 0 0 3193 6 0 0 20 0 15 0 516998638 15514783744 41673 33554432000 4194304 4196468 140729101549616 140557245629432 140556852748504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22300] ppid=22296 vsize=15151156 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22300/stat : 22300 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41673 33554432000 4194304 4196468 140729101549616 140557169433488 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22301] ppid=22296 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22301/stat : 22301 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41673 33554432000 4194304 4196468 140729101549616 140557168380688 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22302] ppid=22296 vsize=15151156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22302/stat : 22302 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556831681680 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22303] ppid=22296 vsize=15151156 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22303/stat : 22303 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556830628880 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22304] ppid=22296 vsize=15151156 memory=2888 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22304/stat : 22304 (java) S 22296 22296 18852 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 516998640 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556182628464 140557241404034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22305] ppid=22296 vsize=15151156 memory=2596 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22305/stat : 22305 (java) S 22296 22296 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516998641 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556181574432 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22306] ppid=22296 vsize=15151156 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22306/stat : 22306 (java) S 22296 22296 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516998641 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556180522096 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22307] ppid=22296 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22307/stat : 22307 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556179470416 140557241411483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22308] ppid=22296 vsize=15151156 memory=3280 CPUtime=2.03 cores=0,2,4,6
/proc/22298/task/22308/stat : 22308 (java) S 22296 22296 18852 0 -1 1077944384 14127 0 0 0 202 1 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556178418288 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22309] ppid=22296 vsize=15151156 memory=1452 CPUtime=2.01 cores=0,2,4,6
/proc/22298/task/22309/stat : 22309 (java) S 22296 22296 18852 0 -1 1077944384 16290 0 0 0 199 2 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556177365488 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22310] ppid=22296 vsize=15151156 memory=173112 CPUtime=0.56 cores=0,2,4,6
/proc/22298/task/22310/stat : 22310 (java) S 22296 22296 18852 0 -1 1077944384 4851 0 0 0 55 1 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556176313200 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22311] ppid=22296 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22311/stat : 22311 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556175260640 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22312] ppid=22296 vsize=15151156 memory=2704 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22312/stat : 22312 (java) S 22296 22296 18852 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556174207408 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
Current children cumulated CPU time: 36.63 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 168144 KiB

[startup+32.8007 s]
/proc/loadavg: 2.33 2.07 1.93 3/228 22315
/proc/meminfo: memFree=25762248/32770624 swapFree=66956956/67108860
[pid=22296] ppid=22293 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22296/stat : 22296 (xcsp3-exec) S 22293 22296 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516998638 115843072 363 33554432000 4194304 5098028 140733293163504 140733293161608 140343210578556 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25714688 140733293167446 140733293167705 140733293167705 140733293170630 0
/proc/22296/statm: 28282 363 304 221 0 87 0
[pid=22298] ppid=22296 vsize=15151156 memory=166692 CPUtime=37.43 cores=0,2,4,6
/proc/22298/stat : 22298 (java) S 22296 22296 18852 0 -1 1077944320 50028 0 0 0 3731 12 0 0 20 0 15 0 516998638 15514783744 41673 33554432000 4194304 4196468 140729101549616 140729101532160 140557241392887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
/proc/22298/statm: 3787789 41673 3467 1 0 3748889 0
[pid=22298/tid=22299] ppid=22296 vsize=15151156 memory=1136 CPUtime=32.78 cores=0,2,4,6
/proc/22298/task/22299/stat : 22299 (java) R 22296 22296 18852 0 -1 4202560 12830 0 0 0 3272 6 0 0 20 0 15 0 516998638 15514783744 41673 33554432000 4194304 4196468 140729101549616 140557245629432 140556852748615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22300] ppid=22296 vsize=15151156 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22300/stat : 22300 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41673 33554432000 4194304 4196468 140729101549616 140557169433488 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22301] ppid=22296 vsize=15151156 memory=6196 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22301/stat : 22301 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41673 33554432000 4194304 4196468 140729101549616 140557168380688 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22302] ppid=22296 vsize=15151156 memory=784 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22302/stat : 22302 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556831681680 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22303] ppid=22296 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22303/stat : 22303 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556830628880 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22304] ppid=22296 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22304/stat : 22304 (java) S 22296 22296 18852 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 516998640 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556182628464 140557241404034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22305] ppid=22296 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22305/stat : 22305 (java) S 22296 22296 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516998641 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556181574432 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22306] ppid=22296 vsize=15151156 memory=166692 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22306/stat : 22306 (java) S 22296 22296 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516998641 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556180522096 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22307] ppid=22296 vsize=15151156 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22307/stat : 22307 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556179470416 140557241411483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22308] ppid=22296 vsize=15151156 memory=1408 CPUtime=2.03 cores=0,2,4,6
/proc/22298/task/22308/stat : 22308 (java) S 22296 22296 18852 0 -1 1077944384 14127 0 0 0 202 1 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556178418288 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22309] ppid=22296 vsize=15151156 memory=1548 CPUtime=2.01 cores=0,2,4,6
/proc/22298/task/22309/stat : 22309 (java) S 22296 22296 18852 0 -1 1077944384 16290 0 0 0 199 2 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556177365488 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22310] ppid=22296 vsize=15151156 memory=7552 CPUtime=0.56 cores=0,2,4,6
/proc/22298/task/22310/stat : 22310 (java) S 22296 22296 18852 0 -1 1077944384 4851 0 0 0 55 1 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556176313200 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22311] ppid=22296 vsize=15151156 memory=3608 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22311/stat : 22311 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556175260640 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22312] ppid=22296 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22312/stat : 22312 (java) S 22296 22296 18852 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 41673 33554432000 4194304 4196468 140729101549616 140556174207408 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
Current children cumulated CPU time: 37.43 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 168144 KiB

[startup+33.2007 s]
/proc/loadavg: 2.31 2.07 1.93 3/228 22315
/proc/meminfo: memFree=25760200/32770624 swapFree=66956956/67108860
[pid=22296] ppid=22293 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22296/stat : 22296 (xcsp3-exec) S 22293 22296 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516998638 115843072 363 33554432000 4194304 5098028 140733293163504 140733293161608 140343210578556 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25714688 140733293167446 140733293167705 140733293167705 140733293170630 0
/proc/22296/statm: 28282 363 304 221 0 87 0
[pid=22298] ppid=22296 vsize=15151156 memory=168740 CPUtime=37.83 cores=0,2,4,6
/proc/22298/stat : 22298 (java) S 22296 22296 18852 0 -1 1077944320 50030 0 0 0 3771 12 0 0 20 0 15 0 516998638 15514783744 42185 33554432000 4194304 4196468 140729101549616 140729101532160 140557241392887 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
/proc/22298/statm: 3787789 42185 3467 1 0 3748889 0
[pid=22298/tid=22299] ppid=22296 vsize=15151156 memory=15825482151102897 CPUtime=33.18 cores=0,2,4,6
/proc/22298/task/22299/stat : 22299 (java) R 22296 22296 18852 0 -1 4202560 12832 0 0 0 3312 6 0 0 20 0 15 0 516998638 15514783744 42185 33554432000 4194304 4196468 140729101549616 140557245629432 140556852748263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22300] ppid=22296 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22300/stat : 22300 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 42185 33554432000 4194304 4196468 140729101549616 140557169433488 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22301] ppid=22296 vsize=15151156 memory=160316 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22301/stat : 22301 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 42185 33554432000 4194304 4196468 140729101549616 140557168380688 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22302] ppid=22296 vsize=15151156 memory=280770065360704 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22302/stat : 22302 (java) S 22296 22296 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 42185 33554432000 4194304 4196468 140729101549616 140556831681680 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22303] ppid=22296 vsize=15151156 memory=-5935844951691387496 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22303/stat : 22303 (java) S 22296 22296 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516998639 15514783744 42185 33554432000 4194304 4196468 140729101549616 140556830628880 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22304] ppid=22296 vsize=15151156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22304/stat : 22304 (java) S 22296 22296 18852 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 516998640 15514783744 42185 33554432000 4194304 4196468 140729101549616 140556182628464 140557241404034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22305] ppid=22296 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22305/stat : 22305 (java) S 22296 22296 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516998641 15514783744 42185 33554432000 4194304 4196468 140729101549616 140556181574432 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22306] ppid=22296 vsize=15151156 memory=784 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22306/stat : 22306 (java) S 22296 22296 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516998641 15514783744 42185 33554432000 4194304 4196468 140729101549616 140556180522096 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22307] ppid=22296 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22307/stat : 22307 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 42185 33554432000 4194304 4196468 140729101549616 140556179470416 140557241411483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22308] ppid=22296 vsize=15151156 memory=14012 CPUtime=2.03 cores=0,2,4,6
/proc/22298/task/22308/stat : 22308 (java) S 22296 22296 18852 0 -1 1077944384 14127 0 0 0 202 1 0 0 20 0 15 0 516998644 15514783744 42185 33554432000 4194304 4196468 140729101549616 140556178418288 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22309] ppid=22296 vsize=15151156 memory=26108 CPUtime=2.01 cores=0,2,4,6
/proc/22298/task/22309/stat : 22309 (java) S 22296 22296 18852 0 -1 1077944384 16290 0 0 0 199 2 0 0 20 0 15 0 516998644 15514783744 42185 33554432000 4194304 4196468 140729101549616 140556177365488 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22310] ppid=22296 vsize=15151156 memory=14056 CPUtime=0.56 cores=0,2,4,6
/proc/22298/task/22310/stat : 22310 (java) S 22296 22296 18852 0 -1 1077944384 4851 0 0 0 55 1 0 0 20 0 15 0 516998644 15514783744 42185 33554432000 4194304 4196468 140729101549616 140556176313200 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22311] ppid=22296 vsize=15151156 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22311/stat : 22311 (java) S 22296 22296 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 42185 33554432000 4194304 4196468 140729101549616 140556175260640 140557241403093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
[pid=22298/tid=22312] ppid=22296 vsize=15151156 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/22298/task/22312/stat : 22312 (java) S 22296 22296 18852 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 15 0 516998644 15514783744 42185 33554432000 4194304 4196468 140729101549616 140556174207408 140557241404034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36773888 140729101554651 140729101554826 140729101554826 140729101557711 0
Current children cumulated CPU time: 37.83 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 170192 KiB

Child status: 0
Real time (s): 33.2107
CPU time (s): 37.85
CPU user time (s): 37.7174
CPU system time (s): 0.132532
CPU usage (%): 113.969
Max. virtual memory (cumulated for all children) (KiB): 15268244
Max. memory (cumulated for all children) (KiB): 177240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.7174
system time used= 0.132532
maximum resident set size= 177636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51238
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= 3294
involuntary context switches= 77


# summary of solver processes directly reported to runsolver:
#   pid: 22296
#   total CPU time (s): 37.85
#   total CPU user time (s): 37.7174
#   total CPU system time (s): 0.132532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.21458 second user time and 0.35652 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-25 11:28:28
IDJOB=4406215
IDBENCH=128028
IDSOLVER=2869
FILE ID=node105/4406215-1569407409
RUNJOBID= node105-1569392969-18883
PBS_JOBID= 21705698
Free space on /var/tmp= 13152 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-4.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406215-1569407409/watcher-4406215-1569407409 -o /var/tmp/evaluation-result-4406215-1569407409/solver-4406215-1569407409 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1569392969-18883 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1962001178 HOME/instance-4406215-1569407409.xml

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

MD5SUM BENCH= e870fb3a9053f33a7d0d8e73b49cdad7
RANDOM SEED=1962001178

node105.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.00
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.00
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.00
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.00
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:        25917048 kB
MemAvailable:   31641724 kB
Buffers:          148912 kB
Cached:          5706452 kB
SwapCached:        48288 kB
Active:          3049552 kB
Inactive:        3015472 kB
Active(anon):     164916 kB
Inactive(anon):    99636 kB
Active(file):    2884636 kB
Inactive(file):  2915836 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66956956 kB
Dirty:             26732 kB
Writeback:             0 kB
AnonPages:        308724 kB
Mapped:            68716 kB
Shmem:             46016 kB
Slab:             381624 kB
SReclaimable:     352664 kB
SUnreclaim:        28960 kB
KernelStack:        3984 kB
PageTables:         6880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1387168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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 /var/tmp at the end= 13124 MiB
End job on node105 at 2019-09-25 11:29:01