Trace number 4406516

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-24OPT53 33.6249 29.6924

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-2.xml
MD5SUM6e9eac7fa543eb44f101d0276de9753d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark33.6249
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":8},{"size":5,"count":10},{"size":6,"count":5},{"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-4406516-1569399467.xml"  -tl '2400s' -p 1
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406516-1569399467.xml, -tl, 2400s, -p, 1]
0.13/0.22	c simple solver
0.34/0.28	c parse instance...
2.05/0.86	c solve instance...
2.39/0.97	o -3958 
3.13/1.21	o -2971 
3.13/1.23	o -2970 
4.23/2.02	o -1953 
4.83/2.50	o -1952 
4.83/2.51	o -953 
4.83/2.54	o -947 
4.94/2.68	o -942 
6.68/3.68	o 44 
6.89/3.83	o 48 
6.89/3.85	o 53 
33.52/29.68	s OPTIMUM FOUND
33.52/29.68	v <instantiation>
33.52/29.68	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>
33.52/29.68	v 	<values>1 2 3 4 5 11 0 13 7 8 16 10 6 19 15 9 22 -1 12 18 14 20 21 -1 0 1 2 3 4 5 21 16 15 14 7 6 20 17 12 13 8 -1 19 18 11 10 9 -1 5 -4 8 8 0 3 -3 -1 7 4 6 -3 3 -5 4 4 0 0 3 4 6 7 -3 0 </values>
33.52/29.68	v </instantiation>

Verifier Data

OK	53

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406516-1569399467/watcher-4406516-1569399467 -o /var/tmp/evaluation-result-4406516-1569399467/solver-4406516-1569399467 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1569396626-4558 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 13758179 HOME/instance-4406516-1569399467.xml 

running on 4 cores: 1,3,5,7

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

solver pid=5186, runsolver pid=5183

[startup+0.100128 s]*
/proc/loadavg: 1.87 1.75 1.60 4/230 5202
/proc/meminfo: memFree=24919948/32770624 swapFree=66935972/67108860
[pid=5186] ppid=5183 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5186/stat : 5186 (xcsp3-exec) S 5183 5186 4526 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515860489 115843072 364 33554432000 4194304 5098028 140734708574688 140734708572792 139774877229692 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28303360 140734708581208 140734708581465 140734708581465 140734708584390 0
/proc/5186/statm: 28282 364 305 221 0 87 0
[pid=5188] ppid=5186 vsize=15144776 memory=28700 CPUtime=0.13 cores=1,3,5,7
/proc/5188/stat : 5188 (java) S 5186 5186 4526 0 -1 1077944320 5655 0 0 0 12 1 0 0 20 0 15 0 515860490 15508250624 7175 33554432000 4194304 4196468 140727655995472 140727655978016 140115917922039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
/proc/5188/statm: 3786194 7175 3185 1 0 3748377 0
[pid=5188/tid=5189] ppid=5186 vsize=15144776 memory=8117637857802425179 CPUtime=0.08 cores=1,3,5,7
/proc/5188/task/5189/stat : 5189 (java) R 5186 5186 4526 0 -1 4202560 3556 0 0 0 8 0 0 0 20 0 15 0 515860490 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115922151104 140115910159166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5190] ppid=5186 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5190/stat : 5190 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115870542480 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5191] ppid=5186 vsize=15144776 memory=140193009682048 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5191/stat : 5191 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115869489680 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5192] ppid=5186 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5192/stat : 5192 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115868436880 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5193] ppid=5186 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5193/stat : 5193 (java) S 5186 5186 4526 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515860491 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115867384080 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5194] ppid=5186 vsize=15144776 memory=140193009682048 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5194/stat : 5194 (java) S 5186 5186 4526 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515860492 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115386022768 140115917933186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5195] ppid=5186 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5195/stat : 5195 (java) S 5186 5186 4526 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515860493 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115384968736 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5196] ppid=5186 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5196/stat : 5196 (java) S 5186 5186 4526 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515860493 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115383915888 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5197] ppid=5186 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5197/stat : 5197 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115382864208 140115917940635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5198] ppid=5186 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5198/stat : 5198 (java) S 5186 5186 4526 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 515860495 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115381811568 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5199] ppid=5186 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5199/stat : 5199 (java) R 5186 5186 4526 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 515860495 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115380758768 140115917933186 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5200] ppid=5186 vsize=15144776 memory=140193009682048 CPUtime=0.02 cores=1,3,5,7
/proc/5188/task/5200/stat : 5200 (java) R 5186 5186 4526 0 -1 4202560 328 0 0 0 2 0 0 0 20 0 15 0 515860495 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115379705968 140115902165610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5201] ppid=5186 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5201/stat : 5201 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115378653408 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5202] ppid=5186 vsize=15144776 memory=140193009682048 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5202/stat : 5202 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860496 15508250624 7175 33554432000 4194304 4196468 140727655995472 140115377601712 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30156 KiB

[startup+0.210903 s]*
/proc/loadavg: 1.87 1.75 1.60 3/230 5202
/proc/meminfo: memFree=24905728/32770624 swapFree=66935972/67108860
[pid=5186] ppid=5183 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5186/stat : 5186 (xcsp3-exec) S 5183 5186 4526 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515860489 115843072 364 33554432000 4194304 5098028 140734708574688 140734708572792 139774877229692 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28303360 140734708581208 140734708581465 140734708581465 140734708584390 0
/proc/5186/statm: 28282 364 305 221 0 87 0
[pid=5188] ppid=5186 vsize=15144776 memory=41164 CPUtime=0.34 cores=1,3,5,7
/proc/5188/stat : 5188 (java) S 5186 5186 4526 0 -1 1077944320 9504 0 0 0 31 3 0 0 20 0 15 0 515860490 15508250624 10291 33554432000 4194304 4196468 140727655995472 140727655978016 140115917922039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
/proc/5188/statm: 3786194 10291 3306 1 0 3748377 0
[pid=5188/tid=5189] ppid=5186 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/5188/task/5189/stat : 5189 (java) R 5186 5186 4526 0 -1 4202560 6616 0 0 0 18 2 0 0 20 0 15 0 515860490 15508250624 10291 33554432000 4194304 4196468 140727655995472 140115922157024 140115901965669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5190] ppid=5186 vsize=15144776 memory=8956 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5190/stat : 5190 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15508250624 10291 33554432000 4194304 4196468 140727655995472 140115870542480 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5191] ppid=5186 vsize=15144776 memory=140193009704360 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5191/stat : 5191 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15508250624 10291 33554432000 4194304 4196468 140727655995472 140115869489680 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5192] ppid=5186 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5192/stat : 5192 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15508250624 10291 33554432000 4194304 4196468 140727655995472 140115868436880 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5193] ppid=5186 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5193/stat : 5193 (java) S 5186 5186 4526 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515860491 15508250624 10291 33554432000 4194304 4196468 140727655995472 140115867384080 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5194] ppid=5186 vsize=15144776 memory=140193009682048 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5194/stat : 5194 (java) S 5186 5186 4526 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515860492 15508250624 10291 33554432000 4194304 4196468 140727655995472 140115386022768 140115917933186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5195] ppid=5186 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5195/stat : 5195 (java) S 5186 5186 4526 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515860493 15508250624 10291 33554432000 4194304 4196468 140727655995472 140115384968736 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5196] ppid=5186 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5196/stat : 5196 (java) S 5186 5186 4526 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515860493 15508250624 10291 33554432000 4194304 4196468 140727655995472 140115383915888 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5197] ppid=5186 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5197/stat : 5197 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15508250624 10291 33554432000 4194304 4196468 140727655995472 140115382864208 140115917940635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5198] ppid=5186 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5188/task/5198/stat : 5198 (java) S 5186 5186 4526 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 15 0 515860495 15508250624 10291 33554432000 4194304 4196468 140727655995472 140115381811568 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5199] ppid=5186 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5188/task/5199/stat : 5199 (java) S 5186 5186 4526 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 15 0 515860495 15508250624 10291 33554432000 4194304 4196468 140727655995472 140115380758768 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5200] ppid=5186 vsize=15144776 memory=140193009682048 CPUtime=0.08 cores=1,3,5,7
/proc/5188/task/5200/stat : 5200 (java) S 5186 5186 4526 0 -1 1077944384 792 0 0 0 8 0 0 0 20 0 15 0 515860495 15508250624 10353 33554432000 4194304 4196468 140727655995472 140115379705968 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5201] ppid=5186 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5201/stat : 5201 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15508250624 10353 33554432000 4194304 4196468 140727655995472 140115378653408 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5202] ppid=5186 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5202/stat : 5202 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860496 15508250624 10353 33554432000 4194304 4196468 140727655995472 140115377601712 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42620 KiB

[startup+0.3167 s]*
/proc/loadavg: 1.87 1.75 1.60 4/230 5202
/proc/meminfo: memFree=24899192/32770624 swapFree=66935972/67108860
[pid=5186] ppid=5183 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5186/stat : 5186 (xcsp3-exec) S 5183 5186 4526 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515860489 115843072 364 33554432000 4194304 5098028 140734708574688 140734708572792 139774877229692 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28303360 140734708581208 140734708581465 140734708581465 140734708584390 0
/proc/5186/statm: 28282 364 305 221 0 87 0
[pid=5188] ppid=5186 vsize=15149032 memory=50404 CPUtime=0.54 cores=1,3,5,7
/proc/5188/stat : 5188 (java) S 5186 5186 4526 0 -1 1077944320 10924 0 0 0 50 4 0 0 20 0 15 0 515860490 15512608768 12601 33554432000 4194304 4196468 140727655995472 140727655978016 140115917922039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
/proc/5188/statm: 3787258 12601 3346 1 0 3748377 0
[pid=5188/tid=5189] ppid=5186 vsize=15149032 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/5188/task/5189/stat : 5189 (java) R 5186 5186 4526 0 -1 4202560 7861 0 0 0 27 3 0 0 20 0 15 0 515860490 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115922149296 140115902002526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5190] ppid=5186 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5190/stat : 5190 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115870542480 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5191] ppid=5186 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5191/stat : 5191 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115869489680 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5192] ppid=5186 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5192/stat : 5192 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115868436880 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5193] ppid=5186 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5193/stat : 5193 (java) S 5186 5186 4526 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515860491 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115867384080 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5194] ppid=5186 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5194/stat : 5194 (java) S 5186 5186 4526 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515860492 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115386022768 140115917933186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5195] ppid=5186 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5195/stat : 5195 (java) S 5186 5186 4526 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515860493 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115384968736 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5196] ppid=5186 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5196/stat : 5196 (java) S 5186 5186 4526 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515860493 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115383915888 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5197] ppid=5186 vsize=15149032 memory=-8412656567168561567 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5197/stat : 5197 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115382864208 140115917940635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5198] ppid=5186 vsize=15149032 memory=-7384621950708166502 CPUtime=0.05 cores=1,3,5,7
/proc/5188/task/5198/stat : 5198 (java) S 5186 5186 4526 0 -1 1077944384 510 0 0 0 5 0 0 0 20 0 15 0 515860495 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115381811568 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5199] ppid=5186 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5188/task/5199/stat : 5199 (java) S 5186 5186 4526 0 -1 1077944384 387 0 0 0 4 0 0 0 20 0 15 0 515860495 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115380758768 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5200] ppid=5186 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/5188/task/5200/stat : 5200 (java) S 5186 5186 4526 0 -1 1077944384 867 0 0 0 13 0 0 0 20 0 15 0 515860495 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115379705968 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5201] ppid=5186 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5201/stat : 5201 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115378653408 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5202] ppid=5186 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5202/stat : 5202 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860496 15512608768 12610 33554432000 4194304 4196468 140727655995472 140115377601712 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51860 KiB

[startup+0.702968 s]
/proc/loadavg: 1.87 1.75 1.60 5/230 5202
/proc/meminfo: memFree=24868768/32770624 swapFree=66935972/67108860
[pid=5186] ppid=5183 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5186/stat : 5186 (xcsp3-exec) S 5183 5186 4526 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515860489 115843072 364 33554432000 4194304 5098028 140734708574688 140734708572792 139774877229692 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28303360 140734708581208 140734708581465 140734708581465 140734708584390 0
/proc/5186/statm: 28282 364 305 221 0 87 0
[pid=5188] ppid=5186 vsize=15151156 memory=114452 CPUtime=1.74 cores=1,3,5,7
/proc/5188/stat : 5188 (java) S 5186 5186 4526 0 -1 1077944320 15636 0 0 0 168 6 0 0 20 0 15 0 515860490 15514783744 28613 33554432000 4194304 4196468 140727655995472 140727655978016 140115917922039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
/proc/5188/statm: 3787789 28613 3449 1 0 3748889 0
[pid=5188/tid=5189] ppid=5186 vsize=15151156 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/5188/task/5189/stat : 5189 (java) R 5186 5186 4526 0 -1 1077944384 9125 0 0 0 64 4 0 0 20 0 15 0 515860490 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115922155616 140115917932245 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5190] ppid=5186 vsize=15151156 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5190/stat : 5190 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115870542480 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5191] ppid=5186 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5191/stat : 5191 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115869489680 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5192] ppid=5186 vsize=15151156 memory=66548 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5192/stat : 5192 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115868436880 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5193] ppid=5186 vsize=15151156 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5193/stat : 5193 (java) S 5186 5186 4526 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115867384080 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5194] ppid=5186 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5194/stat : 5194 (java) S 5186 5186 4526 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515860492 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115386022768 140115917933186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5195] ppid=5186 vsize=15151156 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5195/stat : 5195 (java) S 5186 5186 4526 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515860493 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115384968736 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5196] ppid=5186 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5196/stat : 5196 (java) S 5186 5186 4526 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515860493 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115383915888 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5197] ppid=5186 vsize=15151156 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5197/stat : 5197 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115382864208 140115917940635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5198] ppid=5186 vsize=15151156 memory=6068 CPUtime=0.35 cores=1,3,5,7
/proc/5188/task/5198/stat : 5198 (java) R 5186 5186 4526 0 -1 4202560 1430 0 0 0 35 0 0 0 20 0 15 0 515860495 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115381811696 140115899458189 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5199] ppid=5186 vsize=15151156 memory=11528 CPUtime=0.34 cores=1,3,5,7
/proc/5188/task/5199/stat : 5199 (java) R 5186 5186 4526 0 -1 4202560 1625 0 0 0 34 0 0 0 20 0 15 0 515860495 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115380744648 140115901818719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5200] ppid=5186 vsize=15151156 memory=784 CPUtime=0.34 cores=1,3,5,7
/proc/5188/task/5200/stat : 5200 (java) R 5186 5186 4526 0 -1 4202560 2147 0 0 0 33 1 0 0 20 0 15 0 515860495 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115379705968 140115917933974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5201] ppid=5186 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5201/stat : 5201 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115378653408 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5202] ppid=5186 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5202/stat : 5202 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860496 15514783744 28613 33554432000 4194304 4196468 140727655995472 140115377601712 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 115908 KiB

[startup+1.50081 s]
/proc/loadavg: 1.87 1.75 1.60 6/230 5202
/proc/meminfo: memFree=24811992/32770624 swapFree=66935972/67108860
[pid=5186] ppid=5183 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5186/stat : 5186 (xcsp3-exec) S 5183 5186 4526 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515860489 115843072 364 33554432000 4194304 5098028 140734708574688 140734708572792 139774877229692 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28303360 140734708581208 140734708581465 140734708581465 140734708584390 0
/proc/5186/statm: 28282 364 305 221 0 87 0

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

/proc/5186/stat : 5186 (xcsp3-exec) S 5183 5186 4526 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515860489 115843072 364 33554432000 4194304 5098028 140734708574688 140734708572792 139774877229692 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28303360 140734708581208 140734708581465 140734708581465 140734708584390 0
/proc/5186/statm: 28282 364 305 221 0 87 0
[pid=5188] ppid=5186 vsize=15151156 memory=164516 CPUtime=31.1 cores=1,3,5,7
/proc/5188/stat : 5188 (java) S 5186 5186 4526 0 -1 1077944320 46975 0 0 0 3100 10 0 0 20 0 15 0 515860490 15514783744 41129 33554432000 4194304 4196468 140727655995472 140727655978016 140115917922039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
/proc/5188/statm: 3787789 41129 3474 1 0 3748889 0
[pid=5188/tid=5189] ppid=5186 vsize=15151156 memory=0 CPUtime=27.17 cores=1,3,5,7
/proc/5188/task/5189/stat : 5189 (java) R 5186 5186 4526 0 -1 4202560 12928 0 0 0 2712 5 0 0 20 0 15 0 515860490 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115922161592 140115546051428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5190] ppid=5186 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5190/stat : 5190 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115870542480 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5191] ppid=5186 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5191/stat : 5191 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115869489680 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5192] ppid=5186 vsize=15151156 memory=3592 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5192/stat : 5192 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115868436880 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5193] ppid=5186 vsize=15151156 memory=1128 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5193/stat : 5193 (java) S 5186 5186 4526 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115867384080 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5194] ppid=5186 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5194/stat : 5194 (java) S 5186 5186 4526 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 515860492 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115386022768 140115917933186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5195] ppid=5186 vsize=15151156 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5195/stat : 5195 (java) S 5186 5186 4526 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515860493 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115384968736 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5196] ppid=5186 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5196/stat : 5196 (java) S 5186 5186 4526 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515860493 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115383915888 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5197] ppid=5186 vsize=15151156 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5197/stat : 5197 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115382864208 140115917940635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5198] ppid=5186 vsize=15151156 memory=2020 CPUtime=1.69 cores=1,3,5,7
/proc/5188/task/5198/stat : 5198 (java) S 5186 5186 4526 0 -1 1077944384 11367 0 0 0 168 1 0 0 20 0 15 0 515860495 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115381811568 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5199] ppid=5186 vsize=15151156 memory=988 CPUtime=1.64 cores=1,3,5,7
/proc/5188/task/5199/stat : 5199 (java) S 5186 5186 4526 0 -1 1077944384 14524 0 0 0 162 2 0 0 20 0 15 0 515860495 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115380758768 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5200] ppid=5186 vsize=15151156 memory=1432 CPUtime=0.56 cores=1,3,5,7
/proc/5188/task/5200/stat : 5200 (java) S 5186 5186 4526 0 -1 1077944384 5501 0 0 0 55 1 0 0 20 0 15 0 515860495 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115379705968 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5201] ppid=5186 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5201/stat : 5201 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115378653408 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5202] ppid=5186 vsize=15151156 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5202/stat : 5202 (java) S 5186 5186 4526 0 -1 1077944384 904 0 0 0 0 0 0 0 20 0 15 0 515860496 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115377601712 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
Current children cumulated CPU time: 31.1 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 165972 KiB

[startup+28.8006 s]
/proc/loadavg: 1.92 1.77 1.61 3/229 5203
/proc/meminfo: memFree=24787088/32770624 swapFree=66935972/67108860
[pid=5186] ppid=5183 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5186/stat : 5186 (xcsp3-exec) S 5183 5186 4526 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515860489 115843072 364 33554432000 4194304 5098028 140734708574688 140734708572792 139774877229692 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28303360 140734708581208 140734708581465 140734708581465 140734708584390 0
/proc/5186/statm: 28282 364 305 221 0 87 0
[pid=5188] ppid=5186 vsize=15151156 memory=164516 CPUtime=32.71 cores=1,3,5,7
/proc/5188/stat : 5188 (java) S 5186 5186 4526 0 -1 1077944320 47009 0 0 0 3261 10 0 0 20 0 15 0 515860490 15514783744 41129 33554432000 4194304 4196468 140727655995472 140727655978016 140115917922039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
/proc/5188/statm: 3787789 41129 3474 1 0 3748889 0
[pid=5188/tid=5189] ppid=5186 vsize=15151156 memory=0 CPUtime=28.77 cores=1,3,5,7
/proc/5188/task/5189/stat : 5189 (java) R 5186 5186 4526 0 -1 4202560 12936 0 0 0 2872 5 0 0 20 0 15 0 515860490 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115922160936 140115545039009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5190] ppid=5186 vsize=15151156 memory=164516 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5190/stat : 5190 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115870542480 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5191] ppid=5186 vsize=15151156 memory=66548 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5191/stat : 5191 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115869489680 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5192] ppid=5186 vsize=15151156 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5192/stat : 5192 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115868436880 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5193] ppid=5186 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5193/stat : 5193 (java) S 5186 5186 4526 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115867384080 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5194] ppid=5186 vsize=15151156 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5194/stat : 5194 (java) S 5186 5186 4526 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 515860492 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115386022768 140115917933186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5195] ppid=5186 vsize=15151156 memory=3472328296227679313 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5195/stat : 5195 (java) S 5186 5186 4526 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515860493 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115384968736 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5196] ppid=5186 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5196/stat : 5196 (java) S 5186 5186 4526 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515860493 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115383915888 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5197] ppid=5186 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5197/stat : 5197 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115382864208 140115917940635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5198] ppid=5186 vsize=15151156 memory=0 CPUtime=1.7 cores=1,3,5,7
/proc/5188/task/5198/stat : 5198 (java) S 5186 5186 4526 0 -1 1077944384 11367 0 0 0 169 1 0 0 20 0 15 0 515860495 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115381811568 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5199] ppid=5186 vsize=15151156 memory=0 CPUtime=1.65 cores=1,3,5,7
/proc/5188/task/5199/stat : 5199 (java) S 5186 5186 4526 0 -1 1077944384 14550 0 0 0 163 2 0 0 20 0 15 0 515860495 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115380758768 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5200] ppid=5186 vsize=15151156 memory=-7674914008656224160 CPUtime=0.56 cores=1,3,5,7
/proc/5188/task/5200/stat : 5200 (java) S 5186 5186 4526 0 -1 1077944384 5501 0 0 0 55 1 0 0 20 0 15 0 515860495 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115379705968 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5201] ppid=5186 vsize=15151156 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5201/stat : 5201 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115378653408 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5202] ppid=5186 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5202/stat : 5202 (java) S 5186 5186 4526 0 -1 1077944384 904 0 0 0 0 0 0 0 20 0 15 0 515860496 15514783744 41129 33554432000 4194304 4196468 140727655995472 140115377601712 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
Current children cumulated CPU time: 32.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 165972 KiB

[startup+29.2006 s]
/proc/loadavg: 1.92 1.77 1.61 3/229 5203
/proc/meminfo: memFree=24787212/32770624 swapFree=66935972/67108860
[pid=5186] ppid=5183 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5186/stat : 5186 (xcsp3-exec) S 5183 5186 4526 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515860489 115843072 364 33554432000 4194304 5098028 140734708574688 140734708572792 139774877229692 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28303360 140734708581208 140734708581465 140734708581465 140734708584390 0
/proc/5186/statm: 28282 364 305 221 0 87 0
[pid=5188] ppid=5186 vsize=15151156 memory=164524 CPUtime=33.12 cores=1,3,5,7
/proc/5188/stat : 5188 (java) S 5186 5186 4526 0 -1 1077944320 48513 0 0 0 3302 10 0 0 20 0 15 0 515860490 15514783744 41131 33554432000 4194304 4196468 140727655995472 140727655978016 140115917922039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
/proc/5188/statm: 3787789 41131 3475 1 0 3748889 0
[pid=5188/tid=5189] ppid=5186 vsize=15151156 memory=932 CPUtime=29.17 cores=1,3,5,7
/proc/5188/task/5189/stat : 5189 (java) R 5186 5186 4526 0 -1 4202560 13445 0 0 0 2912 5 0 0 20 0 15 0 515860490 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115922160936 140115545039064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5190] ppid=5186 vsize=15151156 memory=1636 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5190/stat : 5190 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115870542480 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5191] ppid=5186 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5191/stat : 5191 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115869489680 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5192] ppid=5186 vsize=15151156 memory=880 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5192/stat : 5192 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115868436880 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5193] ppid=5186 vsize=15151156 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5193/stat : 5193 (java) S 5186 5186 4526 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115867384080 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5194] ppid=5186 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5194/stat : 5194 (java) S 5186 5186 4526 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 15 0 515860492 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115386022768 140115917933186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5195] ppid=5186 vsize=15151156 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5195/stat : 5195 (java) S 5186 5186 4526 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515860493 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115384968736 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5196] ppid=5186 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5196/stat : 5196 (java) S 5186 5186 4526 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515860493 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115383915888 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5197] ppid=5186 vsize=15151156 memory=164516 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5197/stat : 5197 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115382864208 140115917940635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5198] ppid=5186 vsize=15151156 memory=13848568834296387 CPUtime=1.71 cores=1,3,5,7
/proc/5188/task/5198/stat : 5198 (java) S 5186 5186 4526 0 -1 1077944384 12329 0 0 0 170 1 0 0 20 0 15 0 515860495 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115381811568 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5199] ppid=5186 vsize=15151156 memory=-7023579799431922829 CPUtime=1.65 cores=1,3,5,7
/proc/5188/task/5199/stat : 5199 (java) S 5186 5186 4526 0 -1 1077944384 14552 0 0 0 163 2 0 0 20 0 15 0 515860495 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115380758768 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5200] ppid=5186 vsize=15151156 memory=4715435516538746410 CPUtime=0.56 cores=1,3,5,7
/proc/5188/task/5200/stat : 5200 (java) S 5186 5186 4526 0 -1 1077944384 5506 0 0 0 55 1 0 0 20 0 15 0 515860495 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115379705968 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5201] ppid=5186 vsize=15151156 memory=-7666414585839465563 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5201/stat : 5201 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115378653408 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5202] ppid=5186 vsize=15151156 memory=-6520478321162704286 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5202/stat : 5202 (java) S 5186 5186 4526 0 -1 1077944384 926 0 0 0 0 0 0 0 20 0 15 0 515860496 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115377601712 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
Current children cumulated CPU time: 33.12 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 165980 KiB

[startup+29.6006 s]
/proc/loadavg: 1.92 1.77 1.61 3/229 5203
/proc/meminfo: memFree=24787212/32770624 swapFree=66935972/67108860
[pid=5186] ppid=5183 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5186/stat : 5186 (xcsp3-exec) S 5183 5186 4526 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515860489 115843072 364 33554432000 4194304 5098028 140734708574688 140734708572792 139774877229692 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28303360 140734708581208 140734708581465 140734708581465 140734708584390 0
/proc/5186/statm: 28282 364 305 221 0 87 0
[pid=5188] ppid=5186 vsize=15151156 memory=164524 CPUtime=33.52 cores=1,3,5,7
/proc/5188/stat : 5188 (java) S 5186 5186 4526 0 -1 1077944320 48514 0 0 0 3342 10 0 0 20 0 15 0 515860490 15514783744 41131 33554432000 4194304 4196468 140727655995472 140727655978016 140115917922039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
/proc/5188/statm: 3787789 41131 3475 1 0 3748889 0
[pid=5188/tid=5189] ppid=5186 vsize=15151156 memory=66548 CPUtime=29.57 cores=1,3,5,7
/proc/5188/task/5189/stat : 5189 (java) R 5186 5186 4526 0 -1 4202560 13446 0 0 0 2952 5 0 0 20 0 15 0 515860490 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115922160936 140115546757054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5190] ppid=5186 vsize=15151156 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5190/stat : 5190 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115870542480 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5191] ppid=5186 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5191/stat : 5191 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115869489680 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5192] ppid=5186 vsize=15151156 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5192/stat : 5192 (java) S 5186 5186 4526 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115868436880 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5193] ppid=5186 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5193/stat : 5193 (java) S 5186 5186 4526 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515860491 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115867384080 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5194] ppid=5186 vsize=15151156 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5194/stat : 5194 (java) S 5186 5186 4526 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 15 0 515860492 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115386022768 140115917933186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5195] ppid=5186 vsize=15151156 memory=6068 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5195/stat : 5195 (java) S 5186 5186 4526 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515860493 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115384968736 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5196] ppid=5186 vsize=15151156 memory=11528 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5196/stat : 5196 (java) S 5186 5186 4526 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515860493 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115383915888 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5197] ppid=5186 vsize=15151156 memory=784 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5197/stat : 5197 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115382864208 140115917940635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5198] ppid=5186 vsize=15151156 memory=776 CPUtime=1.71 cores=1,3,5,7
/proc/5188/task/5198/stat : 5198 (java) S 5186 5186 4526 0 -1 1077944384 12329 0 0 0 170 1 0 0 20 0 15 0 515860495 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115381811568 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5199] ppid=5186 vsize=15151156 memory=1560 CPUtime=1.65 cores=1,3,5,7
/proc/5188/task/5199/stat : 5199 (java) S 5186 5186 4526 0 -1 1077944384 14552 0 0 0 163 2 0 0 20 0 15 0 515860495 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115380758768 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5200] ppid=5186 vsize=15151156 memory=3592 CPUtime=0.56 cores=1,3,5,7
/proc/5188/task/5200/stat : 5200 (java) S 5186 5186 4526 0 -1 1077944384 5506 0 0 0 55 1 0 0 20 0 15 0 515860495 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115379705968 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5201] ppid=5186 vsize=15151156 memory=1128 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5201/stat : 5201 (java) S 5186 5186 4526 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515860495 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115378653408 140115917932245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
[pid=5188/tid=5202] ppid=5186 vsize=15151156 memory=2289 CPUtime=0 cores=1,3,5,7
/proc/5188/task/5202/stat : 5202 (java) S 5186 5186 4526 0 -1 1077944384 926 0 0 0 0 0 0 0 20 0 15 0 515860496 15514783744 41131 33554432000 4194304 4196468 140727655995472 140115377601712 140115917933186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20733952 140727656002523 140727656002698 140727656002698 140727656005583 0
Current children cumulated CPU time: 33.52 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 165980 KiB

Child status: 0
Real time (s): 29.6924
CPU time (s): 33.6249
CPU user time (s): 33.5125
CPU system time (s): 0.112468
CPU usage (%): 113.244
Max. virtual memory (cumulated for all children) (KiB): 15265972
Max. memory (cumulated for all children) (KiB): 166480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.5125
system time used= 0.112468
maximum resident set size= 166852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49862
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= 3131
involuntary context switches= 32


# summary of solver processes directly reported to runsolver:
#   pid: 5186
#   total CPU time (s): 33.6249
#   total CPU user time (s): 33.5125
#   total CPU system time (s): 0.112468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.214326 second user time and 0.286963 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-25 10:17:03
IDJOB=4406516
IDBENCH=127986
IDSOLVER=2870
FILE ID=node147/4406516-1569399467
RUNJOBID= node147-1569396626-4558
PBS_JOBID= 21705678
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-2.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-4406516-1569399467/watcher-4406516-1569399467 -o /var/tmp/evaluation-result-4406516-1569399467/solver-4406516-1569399467 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1569396626-4558 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 13758179 HOME/instance-4406516-1569399467.xml

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

MD5SUM BENCH= 6e9eac7fa543eb44f101d0276de9753d
RANDOM SEED=13758179

node147.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.52
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.52
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.52
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.52
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:        24936028 kB
MemAvailable:   31626676 kB
Buffers:          166996 kB
Cached:          6579584 kB
SwapCached:        68676 kB
Active:          3543992 kB
Inactive:        3425508 kB
Active(anon):     153908 kB
Inactive(anon):   126984 kB
Active(file):    3390084 kB
Inactive(file):  3298524 kB
Unevictable:      106772 kB
Mlocked:          106772 kB
SwapTotal:      67108860 kB
SwapFree:       66935972 kB
Dirty:             26896 kB
Writeback:            12 kB
AnonPages:        262636 kB
Mapped:            71544 kB
Shmem:             49088 kB
Slab:             459776 kB
SReclaimable:     430500 kB
SUnreclaim:        29276 kB
KernelStack:        3792 kB
PageTables:         6760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1418868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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= 13464 MiB
End job on node147 at 2019-09-25 10:17:33