Trace number 4406218

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-24OPT54 11.2954 6.0942

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-0.xml
MD5SUM74d82578b46c9040964d6b10ded07847
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark4.49799
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size3
Maximum domain size21
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":3},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
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-4406218-1569407416.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406218-1569407416.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
1.72/0.77	c solve instance...
4.39/2.03	o -3942 
4.39/2.05	o -2948 
4.84/2.22	o -1956 
4.84/2.28	o -1951 
5.55/2.69	o -1947 
6.01/2.97	o -953 
8.12/3.89	o -952 
8.32/3.90	o -950 
8.32/3.92	o -947 
8.32/3.92	o -946 
8.32/3.93	o -945 
8.32/3.96	o 51 
8.32/3.98	o 54 
11.20/6.08	s OPTIMUM FOUND
11.20/6.08	v <instantiation>
11.20/6.08	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] 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] 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] </list>
11.20/6.08	v 	<values>5 0 1 -1 -1 10 7 2 -1 -1 15 6 11 12 13 16 17 18 19 14 0 15 14 -1 -1 1 12 13 -1 -1 2 11 10 9 8 3 4 5 6 7 7 4 8 0 0 1 7 0 0 0 6 2 5 -1 -5 3 -1 6 7 5 </values>
11.20/6.08	v </instantiation>

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406218-1569407416/watcher-4406218-1569407416 -o /var/tmp/evaluation-result-4406218-1569407416/solver-4406218-1569407416 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18795 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4406218-1569407416.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
solver pid=22385, runsolver pid=22382
Current StackSize limit: 8192 KiB


[startup+0.100084 s]*
/proc/loadavg: 2.10 1.95 1.92 3/229 22401
/proc/meminfo: memFree=25456940/32770624 swapFree=66966900/67108860
[pid=22385] ppid=22382 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/22385/stat : 22385 (xcsp3-exec) S 22382 22385 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516678006 115843072 364 33554432000 4194304 5098028 140723476002944 140723476001048 139927345926780 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15482880 140723476005719 140723476005977 140723476005977 140723476008902 0
/proc/22385/statm: 28282 364 305 221 0 87 0
[pid=22387] ppid=22385 vsize=15144776 memory=30764 CPUtime=0.13 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22385 22385 18764 0 -1 1077944320 5586 0 0 0 11 2 0 0 20 0 15 0 516678006 15508250624 7691 33554432000 4194304 4196468 140736387343168 140736387325712 140363692527351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
/proc/22387/statm: 3786194 7691 3149 1 0 3748377 0
[pid=22387/tid=22388] ppid=22385 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22385 22385 18764 0 -1 4202560 3540 0 0 0 8 1 0 0 20 0 15 0 516678006 15508250624 7691 33554432000 4194304 4196468 140736387343168 140363696753936 140363692539286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22389] ppid=22385 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15508250624 7691 33554432000 4194304 4196468 140736387343168 140363628763920 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22390] ppid=22385 vsize=15144776 memory=140119521683072 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15508250624 7691 33554432000 4194304 4196468 140736387343168 140363627711376 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22391] ppid=22385 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15508250624 7691 33554432000 4194304 4196468 140736387343168 140363626658832 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22392] ppid=22385 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22385 22385 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516678007 15508250624 7691 33554432000 4194304 4196468 140736387343168 140363281521808 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22393] ppid=22385 vsize=15144776 memory=140119521683072 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22385 22385 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516678009 15508250624 7691 33554432000 4194304 4196468 140736387343168 140363228272624 140363692538498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22394] ppid=22385 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22385 22385 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516678009 15508250624 7691 33554432000 4194304 4196468 140736387343168 140363227218848 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22395] ppid=22385 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22385 22385 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516678009 15508250624 7691 33554432000 4194304 4196468 140736387343168 140363226166256 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22396] ppid=22385 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22396/stat : 22396 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15508250624 7691 33554432000 4194304 4196468 140736387343168 140363225114832 140363692545947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22397] ppid=22385 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22397/stat : 22397 (java) R 22385 22385 18764 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 516678012 15508250624 7691 33554432000 4194304 4196468 140736387343168 140363224062448 140363692538498 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22398] ppid=22385 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22398/stat : 22398 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15508250624 7691 33554432000 4194304 4196468 140736387343168 140362560563824 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22399] ppid=22385 vsize=15144776 memory=140119521683072 CPUtime=0.01 cores=0,2,4,6
/proc/22387/task/22399/stat : 22399 (java) R 22385 22385 18764 0 -1 4202560 314 0 0 0 1 0 0 0 20 0 15 0 516678012 15508250624 7691 33554432000 4194304 4196468 140736387343168 140362559511280 140363671662822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22400] ppid=22385 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22400/stat : 22400 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15508250624 7691 33554432000 4194304 4196468 140736387343168 140362558458976 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22401] ppid=22385 vsize=15144776 memory=140119521683072 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22401/stat : 22401 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678012 15508250624 7691 33554432000 4194304 4196468 140736387343168 140362557405488 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 32220 KiB

[startup+0.210857 s]*
/proc/loadavg: 2.10 1.95 1.92 4/229 22401
/proc/meminfo: memFree=25445160/32770624 swapFree=66966900/67108860
[pid=22385] ppid=22382 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/22385/stat : 22385 (xcsp3-exec) S 22382 22385 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516678006 115843072 364 33554432000 4194304 5098028 140723476002944 140723476001048 139927345926780 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15482880 140723476005719 140723476005977 140723476005977 140723476008902 0
/proc/22385/statm: 28282 364 305 221 0 87 0
[pid=22387] ppid=22385 vsize=15144776 memory=42368 CPUtime=0.34 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22385 22385 18764 0 -1 1077944320 9283 0 0 0 30 4 0 0 20 0 15 0 516678006 15508250624 10592 33554432000 4194304 4196468 140736387343168 140736387325712 140363692527351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
/proc/22387/statm: 3786194 10592 3298 1 0 3748377 0
[pid=22387/tid=22388] ppid=22385 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22385 22385 18764 0 -1 4202560 6516 0 0 0 17 3 0 0 20 0 15 0 516678006 15508250624 10592 33554432000 4194304 4196468 140736387343168 140363696757072 140363676607838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22389] ppid=22385 vsize=15144776 memory=9276 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15508250624 10592 33554432000 4194304 4196468 140736387343168 140363628763920 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22390] ppid=22385 vsize=15144776 memory=4123387648314441760 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15508250624 10592 33554432000 4194304 4196468 140736387343168 140363627711376 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22391] ppid=22385 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15508250624 10592 33554432000 4194304 4196468 140736387343168 140363626658832 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22392] ppid=22385 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22385 22385 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516678007 15508250624 10592 33554432000 4194304 4196468 140736387343168 140363281521808 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22393] ppid=22385 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22385 22385 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516678009 15508250624 10592 33554432000 4194304 4196468 140736387343168 140363228272624 140363692538498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22394] ppid=22385 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22385 22385 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516678009 15508250624 10592 33554432000 4194304 4196468 140736387343168 140363227218848 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22395] ppid=22385 vsize=15144776 memory=140119521683072 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22385 22385 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516678009 15508250624 10592 33554432000 4194304 4196468 140736387343168 140363226166256 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22396] ppid=22385 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22396/stat : 22396 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15508250624 10592 33554432000 4194304 4196468 140736387343168 140363225114832 140363692545947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22397] ppid=22385 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22397/stat : 22397 (java) S 22385 22385 18764 0 -1 1077944384 534 0 0 0 2 0 0 0 20 0 15 0 516678012 15508250624 10592 33554432000 4194304 4196468 140736387343168 140363224062448 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22398] ppid=22385 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22398/stat : 22398 (java) S 22385 22385 18764 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 15 0 516678012 15508250624 10592 33554432000 4194304 4196468 140736387343168 140362560563824 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22399] ppid=22385 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22387/task/22399/stat : 22399 (java) S 22385 22385 18764 0 -1 1077944384 828 0 0 0 8 0 0 0 20 0 15 0 516678012 15508250624 10592 33554432000 4194304 4196468 140736387343168 140362559511280 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22400] ppid=22385 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22400/stat : 22400 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15508250624 10592 33554432000 4194304 4196468 140736387343168 140362558458976 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22401] ppid=22385 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22401/stat : 22401 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678012 15508250624 10592 33554432000 4194304 4196468 140736387343168 140362557405488 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 43824 KiB

[startup+0.310754 s]*
/proc/loadavg: 2.10 1.95 1.92 4/229 22401
/proc/meminfo: memFree=25439424/32770624 swapFree=66966900/67108860
[pid=22385] ppid=22382 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/22385/stat : 22385 (xcsp3-exec) S 22382 22385 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516678006 115843072 364 33554432000 4194304 5098028 140723476002944 140723476001048 139927345926780 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15482880 140723476005719 140723476005977 140723476005977 140723476008902 0
/proc/22385/statm: 28282 364 305 221 0 87 0
[pid=22387] ppid=22385 vsize=15149032 memory=50968 CPUtime=0.52 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22385 22385 18764 0 -1 1077944320 10598 0 0 0 47 5 0 0 20 0 15 0 516678006 15512608768 12742 33554432000 4194304 4196468 140736387343168 140736387325712 140363692527351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
/proc/22387/statm: 3787258 12742 3356 1 0 3748377 0
[pid=22387/tid=22388] ppid=22385 vsize=15149032 memory=8389772277269004345 CPUtime=0.3 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22385 22385 18764 0 -1 4202560 7616 0 0 0 26 4 0 0 20 0 15 0 516678006 15512608768 12742 33554432000 4194304 4196468 140736387343168 140363696761136 140363676607838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22389] ppid=22385 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15512608768 12742 33554432000 4194304 4196468 140736387343168 140363628763920 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22390] ppid=22385 vsize=15149032 memory=4121417323477467168 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15512608768 12742 33554432000 4194304 4196468 140736387343168 140363627711376 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22391] ppid=22385 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15512608768 12742 33554432000 4194304 4196468 140736387343168 140363626658832 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22392] ppid=22385 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22385 22385 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516678007 15512608768 12742 33554432000 4194304 4196468 140736387343168 140363281521808 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22393] ppid=22385 vsize=15149032 memory=140119521683072 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22385 22385 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516678009 15512608768 12742 33554432000 4194304 4196468 140736387343168 140363228272624 140363692538498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22394] ppid=22385 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22385 22385 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516678009 15512608768 12790 33554432000 4194304 4196468 140736387343168 140363227218848 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22395] ppid=22385 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22385 22385 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516678009 15512608768 12790 33554432000 4194304 4196468 140736387343168 140363226166256 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22396] ppid=22385 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22396/stat : 22396 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15512608768 12790 33554432000 4194304 4196468 140736387343168 140363225114832 140363692545947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22397] ppid=22385 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/22387/task/22397/stat : 22397 (java) S 22385 22385 18764 0 -1 1077944384 545 0 0 0 4 0 0 0 20 0 15 0 516678012 15512608768 12790 33554432000 4194304 4196468 140736387343168 140363224062448 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22398] ppid=22385 vsize=15149032 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/22387/task/22398/stat : 22398 (java) R 22385 22385 18764 0 -1 4202560 184 0 0 0 4 0 0 0 20 0 15 0 516678012 15512608768 12790 33554432000 4194304 4196468 140736387343168 140362560554208 140363673227648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22399] ppid=22385 vsize=15149032 memory=140119521683072 CPUtime=0.12 cores=0,2,4,6
/proc/22387/task/22399/stat : 22399 (java) S 22385 22385 18764 0 -1 1077944384 962 0 0 0 12 0 0 0 20 0 15 0 516678012 15512608768 12790 33554432000 4194304 4196468 140736387343168 140362559511280 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22400] ppid=22385 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22400/stat : 22400 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15512608768 12790 33554432000 4194304 4196468 140736387343168 140362558458976 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22401] ppid=22385 vsize=15149032 memory=140119521683072 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22401/stat : 22401 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678012 15512608768 12790 33554432000 4194304 4196468 140736387343168 140362557405488 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52424 KiB

[startup+0.701054 s]
/proc/loadavg: 2.10 1.95 1.92 5/229 22401
/proc/meminfo: memFree=25408392/32770624 swapFree=66966900/67108860
[pid=22385] ppid=22382 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/22385/stat : 22385 (xcsp3-exec) S 22382 22385 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516678006 115843072 364 33554432000 4194304 5098028 140723476002944 140723476001048 139927345926780 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15482880 140723476005719 140723476005977 140723476005977 140723476008902 0
/proc/22385/statm: 28282 364 305 221 0 87 0
[pid=22387] ppid=22385 vsize=15151156 memory=95912 CPUtime=1.72 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22385 22385 18764 0 -1 1077944320 14594 0 0 0 164 8 0 0 20 0 15 0 516678006 15514783744 23978 33554432000 4194304 4196468 140736387343168 140736387325712 140363692527351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
/proc/22387/statm: 3787789 23978 3460 1 0 3748889 0
[pid=22387/tid=22388] ppid=22385 vsize=15151156 memory=2120 CPUtime=0.67 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22385 22385 18764 0 -1 4202560 9111 0 0 0 62 5 0 0 20 0 15 0 516678006 15514783744 23978 33554432000 4194304 4196468 140736387343168 140363696765008 140363692539286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22389] ppid=22385 vsize=15151156 memory=508 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 23978 33554432000 4194304 4196468 140736387343168 140363628763920 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22390] ppid=22385 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 23978 33554432000 4194304 4196468 140736387343168 140363627711376 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22391] ppid=22385 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 23978 33554432000 4194304 4196468 140736387343168 140363626658832 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22392] ppid=22385 vsize=15151156 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22385 22385 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 23978 33554432000 4194304 4196468 140736387343168 140363281521808 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22393] ppid=22385 vsize=15151156 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22385 22385 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 23978 33554432000 4194304 4196468 140736387343168 140363228272624 140363692538498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22394] ppid=22385 vsize=15151156 memory=864 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22385 22385 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 23978 33554432000 4194304 4196468 140736387343168 140363227218848 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22395] ppid=22385 vsize=15151156 memory=1976 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22385 22385 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 23978 33554432000 4194304 4196468 140736387343168 140363226166256 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22396] ppid=22385 vsize=15151156 memory=7086240636128743779 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22396/stat : 22396 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 23978 33554432000 4194304 4196468 140736387343168 140363225114832 140363692545947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22397] ppid=22385 vsize=15151156 memory=7453282923427948884 CPUtime=0.34 cores=0,2,4,6
/proc/22387/task/22397/stat : 22397 (java) R 22385 22385 18764 0 -1 4202560 1566 0 0 0 34 0 0 0 20 0 15 0 516678012 15514783744 23978 33554432000 4194304 4196468 140736387343168 140363224041552 140363669756599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22398] ppid=22385 vsize=15151156 memory=4639059877604708710 CPUtime=0.32 cores=0,2,4,6
/proc/22387/task/22398/stat : 22398 (java) R 22385 22385 18764 0 -1 4202560 727 0 0 0 32 0 0 0 20 0 15 0 516678012 15514783744 23978 33554432000 4194304 4196468 140736387343168 140362560563824 140363676050667 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22399] ppid=22385 vsize=15151156 memory=8514726395715219869 CPUtime=0.35 cores=0,2,4,6
/proc/22387/task/22399/stat : 22399 (java) S 22385 22385 18764 0 -1 1077944384 1880 0 0 0 34 1 0 0 20 0 15 0 516678012 15514783744 23978 33554432000 4194304 4196468 140736387343168 140362559511280 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22400] ppid=22385 vsize=15151156 memory=7525629757741886052 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22400/stat : 22400 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 23978 33554432000 4194304 4196468 140736387343168 140362558458976 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22401] ppid=22385 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22401/stat : 22401 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 23978 33554432000 4194304 4196468 140736387343168 140362557405488 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 97368 KiB

[startup+1.50085 s]
/proc/loadavg: 2.10 1.95 1.92 5/229 22401
/proc/meminfo: memFree=25382152/32770624 swapFree=66966900/67108860
[pid=22385] ppid=22382 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/22385/stat : 22385 (xcsp3-exec) S 22382 22385 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516678006 115843072 364 33554432000 4194304 5098028 140723476002944 140723476001048 139927345926780 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15482880 140723476005719 140723476005977 140723476005977 140723476008902 0
/proc/22385/statm: 28282 364 305 221 0 87 0

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

/proc/22385/stat : 22385 (xcsp3-exec) S 22382 22385 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516678006 115843072 364 33554432000 4194304 5098028 140723476002944 140723476001048 139927345926780 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15482880 140723476005719 140723476005977 140723476005977 140723476008902 0
/proc/22385/statm: 28282 364 305 221 0 87 0
[pid=22387] ppid=22385 vsize=15151156 memory=122972 CPUtime=6.53 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22385 22385 18764 0 -1 1077944320 24771 0 0 0 643 10 0 0 20 0 15 0 516678006 15514783744 30743 33554432000 4194304 4196468 140736387343168 140736387325712 140363692527351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
/proc/22387/statm: 3787789 30743 3467 1 0 3748889 0
[pid=22387/tid=22388] ppid=22385 vsize=15151156 memory=0 CPUtime=3.18 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22385 22385 18764 0 -1 4202560 10626 0 0 0 312 6 0 0 20 0 15 0 516678006 15514783744 30743 33554432000 4194304 4196468 140736387343168 140363696764144 140363312439888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22389] ppid=22385 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 30743 33554432000 4194304 4196468 140736387343168 140363628763920 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22390] ppid=22385 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 30743 33554432000 4194304 4196468 140736387343168 140363627711376 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22391] ppid=22385 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 30743 33554432000 4194304 4196468 140736387343168 140363626658832 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22392] ppid=22385 vsize=15151156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22385 22385 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 30743 33554432000 4194304 4196468 140736387343168 140363281521808 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22393] ppid=22385 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22385 22385 18764 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 30743 33554432000 4194304 4196468 140736387343168 140363228272624 140363692538498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22394] ppid=22385 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22385 22385 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 30743 33554432000 4194304 4196468 140736387343168 140363227218848 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22395] ppid=22385 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22385 22385 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 30743 33554432000 4194304 4196468 140736387343168 140363226166256 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22396] ppid=22385 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22396/stat : 22396 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 30743 33554432000 4194304 4196468 140736387343168 140363225114832 140363692545947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22397] ppid=22385 vsize=15151156 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/22387/task/22397/stat : 22397 (java) R 22385 22385 18764 0 -1 4202560 5219 0 0 0 144 1 0 0 20 0 15 0 516678012 15514783744 30743 33554432000 4194304 4196468 140736387343168 140363224043648 140363670544339 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22398] ppid=22385 vsize=15151156 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/22387/task/22398/stat : 22398 (java) R 22385 22385 18764 0 -1 4202560 4868 0 0 0 134 0 0 0 20 0 15 0 516678012 15514783744 30743 33554432000 4194304 4196468 140736387343168 140362560563824 140363676917232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22399] ppid=22385 vsize=15151156 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/22387/task/22399/stat : 22399 (java) S 22385 22385 18764 0 -1 1077944384 2707 0 0 0 52 1 0 0 20 0 15 0 516678012 15514783744 30743 33554432000 4194304 4196468 140736387343168 140362559511280 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22400] ppid=22385 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22400/stat : 22400 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 30743 33554432000 4194304 4196468 140736387343168 140362558458976 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22401] ppid=22385 vsize=15151156 memory=14080 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22401/stat : 22401 (java) S 22385 22385 18764 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 30743 33554432000 4194304 4196468 140736387343168 140362557405488 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
Current children cumulated CPU time: 6.53 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 124428 KiB

[startup+4.8008 s]
/proc/loadavg: 2.09 1.95 1.92 4/229 22401
/proc/meminfo: memFree=25351308/32770624 swapFree=66966900/67108860
[pid=22385] ppid=22382 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/22385/stat : 22385 (xcsp3-exec) S 22382 22385 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516678006 115843072 364 33554432000 4194304 5098028 140723476002944 140723476001048 139927345926780 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15482880 140723476005719 140723476005977 140723476005977 140723476008902 0
/proc/22385/statm: 28282 364 305 221 0 87 0
[pid=22387] ppid=22385 vsize=15151156 memory=137668 CPUtime=9.76 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22385 22385 18764 0 -1 1077944320 37315 0 0 0 965 11 0 0 20 0 15 0 516678006 15514783744 34417 33554432000 4194304 4196468 140736387343168 140736387325712 140363692527351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
/proc/22387/statm: 3787789 34417 3476 1 0 3748889 0
[pid=22387/tid=22388] ppid=22385 vsize=15151156 memory=7162531440177276259 CPUtime=4.77 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22385 22385 18764 0 -1 4202560 10855 0 0 0 471 6 0 0 20 0 15 0 516678006 15514783744 34417 33554432000 4194304 4196468 140736387343168 140363696763568 140363311017347 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22389] ppid=22385 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34417 33554432000 4194304 4196468 140736387343168 140363628763920 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22390] ppid=22385 vsize=15151156 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34417 33554432000 4194304 4196468 140736387343168 140363627711376 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22391] ppid=22385 vsize=15151156 memory=7234847436458452312 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34417 33554432000 4194304 4196468 140736387343168 140363626658832 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22392] ppid=22385 vsize=15151156 memory=7451604063727215981 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22385 22385 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34417 33554432000 4194304 4196468 140736387343168 140363281521808 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22393] ppid=22385 vsize=15151156 memory=7593445466086861668 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22385 22385 18764 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 34417 33554432000 4194304 4196468 140736387343168 140363228272624 140363692538498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22394] ppid=22385 vsize=15151156 memory=5571041044932352101 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22385 22385 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 34417 33554432000 4194304 4196468 140736387343168 140363227218848 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22395] ppid=22385 vsize=15151156 memory=7525062422677710703 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22385 22385 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 34417 33554432000 4194304 4196468 140736387343168 140363226166256 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22396] ppid=22385 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22396/stat : 22396 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 34417 33554432000 4194304 4196468 140736387343168 140363225114832 140363692545947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22397] ppid=22385 vsize=15151156 memory=136692 CPUtime=2.18 cores=0,2,4,6
/proc/22387/task/22397/stat : 22397 (java) S 22385 22385 18764 0 -1 1077944384 10564 0 0 0 216 2 0 0 20 0 15 0 516678012 15514783744 34417 33554432000 4194304 4196468 140736387343168 140363224062448 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22398] ppid=22385 vsize=15151156 memory=7898617178504919099 CPUtime=2.23 cores=0,2,4,6
/proc/22387/task/22398/stat : 22398 (java) S 22385 22385 18764 0 -1 1077944384 11559 0 0 0 222 1 0 0 20 0 15 0 516678012 15514783744 34417 33554432000 4194304 4196468 140736387343168 140362560563824 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22399] ppid=22385 vsize=15151156 memory=6944656425123485561 CPUtime=0.55 cores=0,2,4,6
/proc/22387/task/22399/stat : 22399 (java) S 22385 22385 18764 0 -1 1077944384 2789 0 0 0 54 1 0 0 20 0 15 0 516678012 15514783744 34417 33554432000 4194304 4196468 140736387343168 140362559511280 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22400] ppid=22385 vsize=15151156 memory=-9001728533042062950 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22400/stat : 22400 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 34417 33554432000 4194304 4196468 140736387343168 140362558458976 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22401] ppid=22385 vsize=15151156 memory=8514701219781834910 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22401/stat : 22401 (java) S 22385 22385 18764 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 34417 33554432000 4194304 4196468 140736387343168 140362557405488 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
Current children cumulated CPU time: 9.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 139124 KiB

[startup+5.60074 s]
/proc/loadavg: 2.09 1.95 1.92 3/229 22401
/proc/meminfo: memFree=25349264/32770624 swapFree=66966900/67108860
[pid=22385] ppid=22382 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/22385/stat : 22385 (xcsp3-exec) S 22382 22385 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516678006 115843072 364 33554432000 4194304 5098028 140723476002944 140723476001048 139927345926780 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15482880 140723476005719 140723476005977 140723476005977 140723476008902 0
/proc/22385/statm: 28282 364 305 221 0 87 0
[pid=22387] ppid=22385 vsize=15151156 memory=137796 CPUtime=10.78 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22385 22385 18764 0 -1 1077944320 37836 0 0 0 1067 11 0 0 20 0 15 0 516678006 15514783744 34449 33554432000 4194304 4196468 140736387343168 140736387325712 140363692527351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
/proc/22387/statm: 3787789 34449 3476 1 0 3748889 0
[pid=22387/tid=22388] ppid=22385 vsize=15151156 memory=6791534058613427641 CPUtime=5.57 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22385 22385 18764 0 -1 4202560 11107 0 0 0 551 6 0 0 20 0 15 0 516678006 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363696764208 140363311017427 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22389] ppid=22385 vsize=15151156 memory=65536 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363628763920 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22390] ppid=22385 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363627711376 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22391] ppid=22385 vsize=15151156 memory=2020 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363626658832 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22392] ppid=22385 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22385 22385 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363281521808 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22393] ppid=22385 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22385 22385 18764 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363228272624 140363692538498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22394] ppid=22385 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22385 22385 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363227218848 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22395] ppid=22385 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22385 22385 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363226166256 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22396] ppid=22385 vsize=15151156 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22396/stat : 22396 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363225114832 140363692545947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22397] ppid=22385 vsize=15151156 memory=1708 CPUtime=2.24 cores=0,2,4,6
/proc/22387/task/22397/stat : 22397 (java) S 22385 22385 18764 0 -1 1077944384 10749 0 0 0 222 2 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363224062448 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22398] ppid=22385 vsize=15151156 memory=1196 CPUtime=2.39 cores=0,2,4,6
/proc/22387/task/22398/stat : 22398 (java) S 22385 22385 18764 0 -1 1077944384 11606 0 0 0 238 1 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140362560563824 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22399] ppid=22385 vsize=15151156 memory=1044 CPUtime=0.55 cores=0,2,4,6
/proc/22387/task/22399/stat : 22399 (java) S 22385 22385 18764 0 -1 1077944384 2792 0 0 0 54 1 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140362559511280 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22400] ppid=22385 vsize=15151156 memory=712 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22400/stat : 22400 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140362558458976 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22401] ppid=22385 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22401/stat : 22401 (java) S 22385 22385 18764 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140362557405488 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
Current children cumulated CPU time: 10.78 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 139252 KiB

[startup+6.00074 s]*
/proc/loadavg: 2.09 1.95 1.92 3/229 22401
/proc/meminfo: memFree=25349264/32770624 swapFree=66966900/67108860
[pid=22385] ppid=22382 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/22385/stat : 22385 (xcsp3-exec) S 22382 22385 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516678006 115843072 364 33554432000 4194304 5098028 140723476002944 140723476001048 139927345926780 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15482880 140723476005719 140723476005977 140723476005977 140723476008902 0
/proc/22385/statm: 28282 364 305 221 0 87 0
[pid=22387] ppid=22385 vsize=15151156 memory=137796 CPUtime=11.2 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22385 22385 18764 0 -1 1077944320 38021 0 0 0 1109 11 0 0 20 0 15 0 516678006 15514783744 34449 33554432000 4194304 4196468 140736387343168 140736387325712 140363692527351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
/proc/22387/statm: 3787789 34449 3476 1 0 3748889 0
[pid=22387/tid=22388] ppid=22385 vsize=15151156 memory=4026532046 CPUtime=5.98 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22385 22385 18764 0 -1 4202560 11228 0 0 0 592 6 0 0 20 0 15 0 516678006 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363696764208 140363311017618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22389] ppid=22385 vsize=15151156 memory=8886 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363628763920 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22390] ppid=22385 vsize=15151156 memory=3907348388652574368 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363627711376 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22391] ppid=22385 vsize=15151156 memory=7445699669158225745 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22385 22385 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363626658832 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22392] ppid=22385 vsize=15151156 memory=3684007387271017247 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22385 22385 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516678007 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363281521808 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22393] ppid=22385 vsize=15151156 memory=4049212863544891571 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22385 22385 18764 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363228272624 140363692538498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22394] ppid=22385 vsize=15151156 memory=3473455226993915441 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22385 22385 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363227218848 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22395] ppid=22385 vsize=15151156 memory=8026650869813564775 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22385 22385 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516678009 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363226166256 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22396] ppid=22385 vsize=15151156 memory=6935650410838380624 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22396/stat : 22396 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363225114832 140363692545947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22397] ppid=22385 vsize=15151156 memory=0 CPUtime=2.24 cores=0,2,4,6
/proc/22387/task/22397/stat : 22397 (java) S 22385 22385 18764 0 -1 1077944384 10749 0 0 0 222 2 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140363224062448 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22398] ppid=22385 vsize=15151156 memory=2211 CPUtime=2.39 cores=0,2,4,6
/proc/22387/task/22398/stat : 22398 (java) S 22385 22385 18764 0 -1 1077944384 11645 0 0 0 238 1 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140362560563824 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22399] ppid=22385 vsize=15151156 memory=140119521683072 CPUtime=0.55 cores=0,2,4,6
/proc/22387/task/22399/stat : 22399 (java) S 22385 22385 18764 0 -1 1077944384 2817 0 0 0 54 1 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140362559511280 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22400] ppid=22385 vsize=15151156 memory=3473155137610987807 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22400/stat : 22400 (java) S 22385 22385 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140362558458976 140363692537557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
[pid=22387/tid=22401] ppid=22385 vsize=15151156 memory=280238937756960 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22401/stat : 22401 (java) S 22385 22385 18764 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 516678012 15514783744 34449 33554432000 4194304 4196468 140736387343168 140362557405488 140363692538498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32583680 140736387347419 140736387347594 140736387347594 140736387350479 0
Current children cumulated CPU time: 11.2 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 139252 KiB

Child status: 0
Real time (s): 6.0942
CPU time (s): 11.2954
CPU user time (s): 11.1702
CPU system time (s): 0.125169
CPU usage (%): 185.347
Max. virtual memory (cumulated for all children) (KiB): 15266148
Max. memory (cumulated for all children) (KiB): 139252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1702
system time used= 0.125169
maximum resident set size= 140224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39308
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= 2475
involuntary context switches= 28


# summary of solver processes directly reported to runsolver:
#   pid: 22385
#   total CPU time (s): 11.2954
#   total CPU user time (s): 11.1702
#   total CPU system time (s): 0.125169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.07701 second user time and 0.092728 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-25 12:29:33
IDJOB=4406218
IDBENCH=128043
IDSOLVER=2869
FILE ID=node145/4406218-1569407416
RUNJOBID= node145-1569396627-18795
PBS_JOBID= 21705680
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-0.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-4406218-1569407416/watcher-4406218-1569407416 -o /var/tmp/evaluation-result-4406218-1569407416/solver-4406218-1569407416 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18795 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4406218-1569407416.xml

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

MD5SUM BENCH= 74d82578b46c9040964d6b10ded07847
RANDOM SEED=954226294

node145.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25475004 kB
MemAvailable:   31656928 kB
Buffers:          177784 kB
Cached:          6155528 kB
SwapCached:        32492 kB
Active:          3254032 kB
Inactive:        3274016 kB
Active(anon):     162056 kB
Inactive(anon):    89904 kB
Active(file):    3091976 kB
Inactive(file):  3184112 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66966900 kB
Dirty:               452 kB
Writeback:         23780 kB
AnonPages:        201704 kB
Mapped:            71268 kB
Shmem:             48856 kB
Slab:             363932 kB
SReclaimable:     334296 kB
SUnreclaim:        29636 kB
KernelStack:        4032 kB
PageTables:         6612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1522148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 13468 MiB
End job on node145 at 2019-09-25 12:29:40