Trace number 4406515

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24OPT35 38.3375 34.0899

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-4.xml
MD5SUMe870fb3a9053f33a7d0d8e73b49cdad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark38.3375
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":12},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406515-1569399530.xml"  -tl '2400s' -p 1
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4406515-1569399530.xml, -tl, 2400s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
2.01/0.86	c solve instance...
4.50/2.26	o -3958 
4.50/2.27	o -2963 
4.63/2.31	o -2958 
5.87/3.39	o -1966 
6.09/3.51	o -1964 
6.09/3.55	o -1960 
8.29/5.12	o -975 
8.39/5.21	o -966 
8.59/5.45	o -964 
13.34/9.22	o -963 
16.60/12.41	o -959 
16.60/12.43	o 26 
16.60/12.44	o 35 
38.25/34.08	s OPTIMUM FOUND
38.25/34.08	v <instantiation>
38.25/34.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] 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>
38.25/34.08	v 	<values>6 0 1 9 3 4 7 13 2 8 -1 5 18 12 -1 -1 -1 11 19 20 21 22 23 17 0 19 18 15 14 13 1 2 17 16 -1 12 4 3 -1 -1 -1 11 5 6 7 8 9 10 3 -5 7 -3 2 -1 -3 2 6 8 0 3 4 2 0 0 0 0 -3 9 -3 0 5 2 </values>
38.25/34.08	v </instantiation>

Verifier Data

OK	35

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14241 MiB free)
  memory of node 1: 16384 MiB (11244 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406515-1569399530/watcher-4406515-1569399530 -o /var/tmp/evaluation-result-4406515-1569399530/solver-4406515-1569399530 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1569396628-15287 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 734900325 HOME/instance-4406515-1569399530.xml 

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

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

solver pid=16156, runsolver pid=16153

[startup+0.100213 s]*
/proc/loadavg: 1.72 1.67 1.59 4/229 16172
/proc/meminfo: memFree=26082192/32770624 swapFree=67002028/67108860
[pid=16156] ppid=16153 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (xcsp3-exec) S 16153 16156 15256 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515866880 115843072 363 33554432000 4194304 5098028 140734659173920 140734659172024 140585689305724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18014208 140734659179351 140734659179609 140734659179609 140734659182534 0
/proc/16156/statm: 28282 363 304 221 0 87 0
[pid=16158] ppid=16156 vsize=15144776 memory=28556 CPUtime=0.11 cores=0,2,4,6
/proc/16158/stat : 16158 (java) S 16156 16156 15256 0 -1 1077944320 5585 0 0 0 10 1 0 0 20 0 15 0 515866880 15508250624 7139 33554432000 4194304 4196468 140721906477200 140721906459744 140643757416183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
/proc/16158/statm: 3786194 7139 3148 1 0 3748377 0
[pid=16158/tid=16159] ppid=16156 vsize=15144776 memory=8252428994737482315 CPUtime=0.08 cores=0,2,4,6
/proc/16158/task/16159/stat : 16159 (java) R 16156 16156 15256 0 -1 4202560 3540 0 0 0 8 0 0 0 20 0 15 0 515866881 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643761649456 140643757428118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16160] ppid=16156 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16160/stat : 16160 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643685456272 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16161] ppid=16156 vsize=15144776 memory=140638195037824 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16161/stat : 16161 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643684403472 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16162] ppid=16156 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16162/stat : 16162 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643683351184 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16163] ppid=16156 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16163/stat : 16163 (java) S 16156 16156 15256 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515866881 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643682298384 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16164] ppid=16156 vsize=15144776 memory=140638195037824 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16164/stat : 16164 (java) S 16156 16156 15256 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515866883 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643225983600 140643757427330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16165] ppid=16156 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16165/stat : 16165 (java) S 16156 16156 15256 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515866883 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643224929568 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16166] ppid=16156 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16166/stat : 16166 (java) S 16156 16156 15256 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515866883 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643223877232 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16167] ppid=16156 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16167/stat : 16167 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643222825552 140643757434779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16168] ppid=16156 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16168/stat : 16168 (java) S 16156 16156 15256 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 515866886 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643221772400 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16169] ppid=16156 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16169/stat : 16169 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643220719600 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16170] ppid=16156 vsize=15144776 memory=140638195037824 CPUtime=0.01 cores=0,2,4,6
/proc/16158/task/16170/stat : 16170 (java) R 16156 16156 15256 0 -1 4202560 324 0 0 0 1 0 0 0 20 0 15 0 515866886 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643219667312 140643741496670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16171] ppid=16156 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16171/stat : 16171 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643218614752 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16172] ppid=16156 vsize=15144776 memory=140638195037824 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16172/stat : 16172 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866886 15508250624 7139 33554432000 4194304 4196468 140721906477200 140643217562544 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30008 KiB

[startup+0.210662 s]*
/proc/loadavg: 1.72 1.67 1.59 3/229 16172
/proc/meminfo: memFree=26070084/32770624 swapFree=67002028/67108860
[pid=16156] ppid=16153 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (xcsp3-exec) S 16153 16156 15256 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515866880 115843072 363 33554432000 4194304 5098028 140734659173920 140734659172024 140585689305724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18014208 140734659179351 140734659179609 140734659179609 140734659182534 0
/proc/16156/statm: 28282 363 304 221 0 87 0
[pid=16158] ppid=16156 vsize=15144776 memory=40356 CPUtime=0.34 cores=0,2,4,6
/proc/16158/stat : 16158 (java) S 16156 16156 15256 0 -1 1077944320 9302 0 0 0 30 4 0 0 20 0 15 0 515866880 15508250624 10089 33554432000 4194304 4196468 140721906477200 140721906459744 140643757416183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
/proc/16158/statm: 3786194 10089 3289 1 0 3748377 0
[pid=16158/tid=16159] ppid=16156 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/16158/task/16159/stat : 16159 (java) R 16156 16156 15256 0 -1 4202560 6528 0 0 0 17 2 0 0 20 0 15 0 515866881 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643761645904 140643757428118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16160] ppid=16156 vsize=15144776 memory=13675 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16160/stat : 16160 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643685456272 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16161] ppid=16156 vsize=15144776 memory=140638198859319 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16161/stat : 16161 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643684403472 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16162] ppid=16156 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16162/stat : 16162 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643683351184 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16163] ppid=16156 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16163/stat : 16163 (java) S 16156 16156 15256 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515866881 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643682298384 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16164] ppid=16156 vsize=15144776 memory=140638195037824 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16164/stat : 16164 (java) S 16156 16156 15256 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515866883 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643225983600 140643757427330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16165] ppid=16156 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16165/stat : 16165 (java) S 16156 16156 15256 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515866883 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643224929568 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16166] ppid=16156 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16166/stat : 16166 (java) S 16156 16156 15256 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515866883 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643223877232 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16167] ppid=16156 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16167/stat : 16167 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643222825552 140643757434779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16168] ppid=16156 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16158/task/16168/stat : 16168 (java) S 16156 16156 15256 0 -1 1077944384 564 0 0 0 3 0 0 0 20 0 15 0 515866886 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643221772400 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16169] ppid=16156 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16158/task/16169/stat : 16169 (java) S 16156 16156 15256 0 -1 1077944384 85 0 0 0 2 0 0 0 20 0 15 0 515866886 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643220719600 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16170] ppid=16156 vsize=15144776 memory=140638195037824 CPUtime=0.07 cores=0,2,4,6
/proc/16158/task/16170/stat : 16170 (java) S 16156 16156 15256 0 -1 1077944384 819 0 0 0 7 0 0 0 20 0 15 0 515866886 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643219667312 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16171] ppid=16156 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16171/stat : 16171 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643218614752 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16172] ppid=16156 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16172/stat : 16172 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866886 15508250624 10089 33554432000 4194304 4196468 140721906477200 140643217562544 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41808 KiB

[startup+0.313284 s]*
/proc/loadavg: 1.72 1.67 1.59 4/229 16172
/proc/meminfo: memFree=26062692/32770624 swapFree=67002028/67108860
[pid=16156] ppid=16153 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (xcsp3-exec) S 16153 16156 15256 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515866880 115843072 363 33554432000 4194304 5098028 140734659173920 140734659172024 140585689305724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18014208 140734659179351 140734659179609 140734659179609 140734659182534 0
/proc/16156/statm: 28282 363 304 221 0 87 0
[pid=16158] ppid=16156 vsize=15149032 memory=49596 CPUtime=0.53 cores=0,2,4,6
/proc/16158/stat : 16158 (java) S 16156 16156 15256 0 -1 1077944320 10721 0 0 0 49 4 0 0 20 0 15 0 515866880 15512608768 12399 33554432000 4194304 4196468 140721906477200 140721906459744 140643757416183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
/proc/16158/statm: 3787258 12399 3359 1 0 3748377 0
[pid=16158/tid=16159] ppid=16156 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/16158/task/16159/stat : 16159 (java) R 16156 16156 15256 0 -1 4202560 7669 0 0 0 27 3 0 0 20 0 15 0 515866881 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643761649968 140643742785552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16160] ppid=16156 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16160/stat : 16160 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643685456272 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16161] ppid=16156 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16161/stat : 16161 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643684403472 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16162] ppid=16156 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16162/stat : 16162 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643683351184 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16163] ppid=16156 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16163/stat : 16163 (java) S 16156 16156 15256 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515866881 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643682298384 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16164] ppid=16156 vsize=15149032 memory=-7449686455322460319 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16164/stat : 16164 (java) S 16156 16156 15256 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515866883 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643225983600 140643757427330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16165] ppid=16156 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16165/stat : 16165 (java) S 16156 16156 15256 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515866883 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643224929568 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16166] ppid=16156 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16166/stat : 16166 (java) S 16156 16156 15256 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515866883 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643223877232 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16167] ppid=16156 vsize=15149032 memory=8514701219781834910 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16167/stat : 16167 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643222825552 140643757434779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16168] ppid=16156 vsize=15149032 memory=6576575808607202212 CPUtime=0.06 cores=0,2,4,6
/proc/16158/task/16168/stat : 16168 (java) R 16156 16156 15256 0 -1 4202560 688 0 0 0 6 0 0 0 20 0 15 0 515866886 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643221762784 140643738960287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16169] ppid=16156 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16158/task/16169/stat : 16169 (java) S 16156 16156 15256 0 -1 1077944384 91 0 0 0 3 0 0 0 20 0 15 0 515866886 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643220719600 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16170] ppid=16156 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16158/task/16170/stat : 16170 (java) S 16156 16156 15256 0 -1 1077944384 968 0 0 0 12 0 0 0 20 0 15 0 515866886 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643219667312 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16171] ppid=16156 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16171/stat : 16171 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643218614752 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16172] ppid=16156 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16172/stat : 16172 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866886 15512608768 12399 33554432000 4194304 4196468 140721906477200 140643217562544 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51048 KiB

[startup+0.706199 s]
/proc/loadavg: 1.72 1.67 1.59 5/229 16172
/proc/meminfo: memFree=26035556/32770624 swapFree=67002028/67108860
[pid=16156] ppid=16153 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (xcsp3-exec) S 16153 16156 15256 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515866880 115843072 363 33554432000 4194304 5098028 140734659173920 140734659172024 140585689305724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18014208 140734659179351 140734659179609 140734659179609 140734659182534 0
/proc/16156/statm: 28282 363 304 221 0 87 0
[pid=16158] ppid=16156 vsize=15151156 memory=113312 CPUtime=1.71 cores=0,2,4,6
/proc/16158/stat : 16158 (java) S 16156 16156 15256 0 -1 1077944320 15346 0 0 0 166 5 0 0 20 0 15 0 515866880 15514783744 28328 33554432000 4194304 4196468 140721906477200 140721906459744 140643757416183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
/proc/16158/statm: 3787789 28328 3448 1 0 3748889 0
[pid=16158/tid=16159] ppid=16156 vsize=15151156 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/16158/task/16159/stat : 16159 (java) R 16156 16156 15256 0 -1 4202560 9048 0 0 0 64 4 0 0 20 0 15 0 515866881 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643761649456 140643355337167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16160] ppid=16156 vsize=15151156 memory=64672 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16160/stat : 16160 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643685456272 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16161] ppid=16156 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16161/stat : 16161 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643684403472 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16162] ppid=16156 vsize=15151156 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16162/stat : 16162 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643683351184 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16163] ppid=16156 vsize=15151156 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16163/stat : 16163 (java) S 16156 16156 15256 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643682298384 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16164] ppid=16156 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16164/stat : 16164 (java) S 16156 16156 15256 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643225983600 140643757427330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16165] ppid=16156 vsize=15151156 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16165/stat : 16165 (java) S 16156 16156 15256 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643224929568 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16166] ppid=16156 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16166/stat : 16166 (java) S 16156 16156 15256 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643223877232 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16167] ppid=16156 vsize=15151156 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16167/stat : 16167 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643222825552 140643757434779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16168] ppid=16156 vsize=15151156 memory=2832 CPUtime=0.37 cores=0,2,4,6
/proc/16158/task/16168/stat : 16168 (java) R 16156 16156 15256 0 -1 4202560 1778 0 0 0 37 0 0 0 20 0 15 0 515866886 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643221761632 140643736654640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16169] ppid=16156 vsize=15151156 memory=1224 CPUtime=0.31 cores=0,2,4,6
/proc/16158/task/16169/stat : 16169 (java) R 16156 16156 15256 0 -1 4202560 1212 0 0 0 31 0 0 0 20 0 15 0 515866886 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643220706144 140643742180097 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16170] ppid=16156 vsize=15151156 memory=6172 CPUtime=0.33 cores=0,2,4,6
/proc/16158/task/16170/stat : 16170 (java) S 16156 16156 15256 0 -1 1077944384 2000 0 0 0 33 0 0 0 20 0 15 0 515866886 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643219667312 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16171] ppid=16156 vsize=15151156 memory=772 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16171/stat : 16171 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643218614752 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16172] ppid=16156 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16172/stat : 16172 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 28328 33554432000 4194304 4196468 140721906477200 140643217562544 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 114764 KiB

[startup+1.5008 s]
/proc/loadavg: 1.72 1.67 1.59 6/229 16172
/proc/meminfo: memFree=25976580/32770624 swapFree=67002028/67108860
[pid=16156] ppid=16153 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (xcsp3-exec) S 16153 16156 15256 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515866880 115843072 363 33554432000 4194304 5098028 140734659173920 140734659172024 140585689305724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18014208 140734659179351 140734659179609 140734659179609 140734659182534 0
/proc/16156/statm: 28282 363 304 221 0 87 0

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

/proc/16156/stat : 16156 (xcsp3-exec) S 16153 16156 15256 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515866880 115843072 363 33554432000 4194304 5098028 140734659173920 140734659172024 140585689305724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18014208 140734659179351 140734659179609 140734659179609 140734659182534 0
/proc/16156/statm: 28282 363 304 221 0 87 0
[pid=16158] ppid=16156 vsize=15151156 memory=159076 CPUtime=36.25 cores=0,2,4,6
/proc/16158/stat : 16158 (java) S 16156 16156 15256 0 -1 1077944320 42311 0 0 0 3614 11 0 0 20 0 15 0 515866880 15514783744 39769 33554432000 4194304 4196468 140721906477200 140721906459744 140643757416183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
/proc/16158/statm: 3787789 39769 3475 1 0 3748889 0
[pid=16158/tid=16159] ppid=16156 vsize=15151156 memory=1398722017469774279 CPUtime=31.98 cores=0,2,4,6
/proc/16158/task/16159/stat : 16159 (java) R 16156 16156 15256 0 -1 4202560 13119 0 0 0 3192 6 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643761654248 140643356389998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16160] ppid=16156 vsize=15151156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16160/stat : 16160 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643685456272 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16161] ppid=16156 vsize=15151156 memory=8330969454845486047 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16161/stat : 16161 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643684403472 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16162] ppid=16156 vsize=15151156 memory=281276067032512 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16162/stat : 16162 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643683351184 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16163] ppid=16156 vsize=15151156 memory=7085996475730536343 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16163/stat : 16163 (java) S 16156 16156 15256 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643682298384 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16164] ppid=16156 vsize=15151156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16164/stat : 16164 (java) S 16156 16156 15256 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643225983600 140643757427330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16165] ppid=16156 vsize=15151156 memory=156988 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16165/stat : 16165 (java) S 16156 16156 15256 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643224929568 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16166] ppid=16156 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16166/stat : 16166 (java) S 16156 16156 15256 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643223877232 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16167] ppid=16156 vsize=15151156 memory=159060 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16167/stat : 16167 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643222825552 140643757434779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16168] ppid=16156 vsize=15151156 memory=2012 CPUtime=1.84 cores=0,2,4,6
/proc/16158/task/16168/stat : 16168 (java) S 16156 16156 15256 0 -1 1077944384 9010 0 0 0 183 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643221772400 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16169] ppid=16156 vsize=15151156 memory=1424 CPUtime=1.81 cores=0,2,4,6
/proc/16158/task/16169/stat : 16169 (java) S 16156 16156 15256 0 -1 1077944384 12526 0 0 0 180 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643220719600 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16170] ppid=16156 vsize=15151156 memory=580 CPUtime=0.57 cores=0,2,4,6
/proc/16158/task/16170/stat : 16170 (java) S 16156 16156 15256 0 -1 1077944384 4728 0 0 0 56 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643219667312 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16171] ppid=16156 vsize=15151156 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16171/stat : 16171 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643218614752 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16172] ppid=16156 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16172/stat : 16172 (java) S 16156 16156 15256 0 -1 1077944384 1347 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643217562544 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
Current children cumulated CPU time: 36.25 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 160528 KiB

[startup+32.8006 s]
/proc/loadavg: 1.69 1.67 1.59 3/229 16175
/proc/meminfo: memFree=25948308/32770624 swapFree=67002028/67108860
[pid=16156] ppid=16153 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (xcsp3-exec) S 16153 16156 15256 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515866880 115843072 363 33554432000 4194304 5098028 140734659173920 140734659172024 140585689305724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18014208 140734659179351 140734659179609 140734659179609 140734659182534 0
/proc/16156/statm: 28282 363 304 221 0 87 0
[pid=16158] ppid=16156 vsize=15151156 memory=159076 CPUtime=37.04 cores=0,2,4,6
/proc/16158/stat : 16158 (java) S 16156 16156 15256 0 -1 1077944320 42317 0 0 0 3693 11 0 0 20 0 15 0 515866880 15514783744 39769 33554432000 4194304 4196468 140721906477200 140721906459744 140643757416183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
/proc/16158/statm: 3787789 39769 3475 1 0 3748889 0
[pid=16158/tid=16159] ppid=16156 vsize=15151156 memory=1424 CPUtime=32.77 cores=0,2,4,6
/proc/16158/task/16159/stat : 16159 (java) R 16156 16156 15256 0 -1 4202560 13125 0 0 0 3271 6 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643761654248 140643356389868 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16160] ppid=16156 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16160/stat : 16160 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643685456272 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16161] ppid=16156 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16161/stat : 16161 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643684403472 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16162] ppid=16156 vsize=15151156 memory=928 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16162/stat : 16162 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643683351184 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16163] ppid=16156 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16163/stat : 16163 (java) S 16156 16156 15256 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643682298384 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16164] ppid=16156 vsize=15151156 memory=1772 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16164/stat : 16164 (java) S 16156 16156 15256 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643225983600 140643757427330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16165] ppid=16156 vsize=15151156 memory=2648 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16165/stat : 16165 (java) S 16156 16156 15256 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643224929568 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16166] ppid=16156 vsize=15151156 memory=884 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16166/stat : 16166 (java) S 16156 16156 15256 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643223877232 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16167] ppid=16156 vsize=15151156 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16167/stat : 16167 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643222825552 140643757434779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16168] ppid=16156 vsize=15151156 memory=1768 CPUtime=1.84 cores=0,2,4,6
/proc/16158/task/16168/stat : 16168 (java) S 16156 16156 15256 0 -1 1077944384 9010 0 0 0 183 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643221772400 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16169] ppid=16156 vsize=15151156 memory=111636 CPUtime=1.81 cores=0,2,4,6
/proc/16158/task/16169/stat : 16169 (java) S 16156 16156 15256 0 -1 1077944384 12526 0 0 0 180 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643220719600 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16170] ppid=16156 vsize=15151156 memory=808 CPUtime=0.57 cores=0,2,4,6
/proc/16158/task/16170/stat : 16170 (java) S 16156 16156 15256 0 -1 1077944384 4728 0 0 0 56 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643219667312 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16171] ppid=16156 vsize=15151156 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16171/stat : 16171 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643218614752 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16172] ppid=16156 vsize=15151156 memory=920 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16172/stat : 16172 (java) S 16156 16156 15256 0 -1 1077944384 1347 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643217562544 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
Current children cumulated CPU time: 37.04 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 160528 KiB

[startup+33.6006 s]
/proc/loadavg: 1.72 1.67 1.59 3/229 16175
/proc/meminfo: memFree=25948432/32770624 swapFree=67002028/67108860
[pid=16156] ppid=16153 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (xcsp3-exec) S 16153 16156 15256 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515866880 115843072 363 33554432000 4194304 5098028 140734659173920 140734659172024 140585689305724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18014208 140734659179351 140734659179609 140734659179609 140734659182534 0
/proc/16156/statm: 28282 363 304 221 0 87 0
[pid=16158] ppid=16156 vsize=15151156 memory=159076 CPUtime=37.84 cores=0,2,4,6
/proc/16158/stat : 16158 (java) S 16156 16156 15256 0 -1 1077944320 42319 0 0 0 3773 11 0 0 20 0 15 0 515866880 15514783744 39769 33554432000 4194304 4196468 140721906477200 140721906459744 140643757416183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
/proc/16158/statm: 3787789 39769 3475 1 0 3748889 0
[pid=16158/tid=16159] ppid=16156 vsize=15151156 memory=159060 CPUtime=33.57 cores=0,2,4,6
/proc/16158/task/16159/stat : 16159 (java) R 16156 16156 15256 0 -1 4202560 13125 0 0 0 3351 6 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643761654248 140643356390215 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16160] ppid=16156 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16160/stat : 16160 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643685456272 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16161] ppid=16156 vsize=15151156 memory=1096 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16161/stat : 16161 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643684403472 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16162] ppid=16156 vsize=15151156 memory=56 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16162/stat : 16162 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643683351184 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16163] ppid=16156 vsize=15151156 memory=3839704 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16163/stat : 16163 (java) S 16156 16156 15256 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643682298384 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16164] ppid=16156 vsize=15151156 memory=7308049617957972839 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16164/stat : 16164 (java) S 16156 16156 15256 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643225983600 140643757427330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16165] ppid=16156 vsize=15151156 memory=7523376918531162212 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16165/stat : 16165 (java) S 16156 16156 15256 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643224929568 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16166] ppid=16156 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16166/stat : 16166 (java) S 16156 16156 15256 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643223877232 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16167] ppid=16156 vsize=15151156 memory=64672 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16167/stat : 16167 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643222825552 140643757434779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16168] ppid=16156 vsize=15151156 memory=988 CPUtime=1.84 cores=0,2,4,6
/proc/16158/task/16168/stat : 16168 (java) S 16156 16156 15256 0 -1 1077944384 9010 0 0 0 183 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643221772400 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16169] ppid=16156 vsize=15151156 memory=2012 CPUtime=1.81 cores=0,2,4,6
/proc/16158/task/16169/stat : 16169 (java) S 16156 16156 15256 0 -1 1077944384 12526 0 0 0 180 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643220719600 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16170] ppid=16156 vsize=15151156 memory=1424 CPUtime=0.57 cores=0,2,4,6
/proc/16158/task/16170/stat : 16170 (java) S 16156 16156 15256 0 -1 1077944384 4728 0 0 0 56 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643219667312 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16171] ppid=16156 vsize=15151156 memory=159076 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16171/stat : 16171 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643218614752 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16172] ppid=16156 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16172/stat : 16172 (java) S 16156 16156 15256 0 -1 1077944384 1349 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643217562544 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
Current children cumulated CPU time: 37.84 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 160528 KiB

[startup+34.0006 s]*
/proc/loadavg: 1.72 1.67 1.59 3/229 16175
/proc/meminfo: memFree=25948432/32770624 swapFree=67002028/67108860
[pid=16156] ppid=16153 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16156/stat : 16156 (xcsp3-exec) S 16153 16156 15256 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515866880 115843072 363 33554432000 4194304 5098028 140734659173920 140734659172024 140585689305724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18014208 140734659179351 140734659179609 140734659179609 140734659182534 0
/proc/16156/statm: 28282 363 304 221 0 87 0
[pid=16158] ppid=16156 vsize=15151156 memory=159076 CPUtime=38.25 cores=0,2,4,6
/proc/16158/stat : 16158 (java) S 16156 16156 15256 0 -1 1077944320 42319 0 0 0 3814 11 0 0 20 0 15 0 515866880 15514783744 39769 33554432000 4194304 4196468 140721906477200 140721906459744 140643757416183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
/proc/16158/statm: 3787789 39769 3475 1 0 3748889 0
[pid=16158/tid=16159] ppid=16156 vsize=15151156 memory=1398722017469774279 CPUtime=33.98 cores=0,2,4,6
/proc/16158/task/16159/stat : 16159 (java) R 16156 16156 15256 0 -1 4202560 13125 0 0 0 3392 6 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643761654248 140643356389910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16160] ppid=16156 vsize=15151156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16160/stat : 16160 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643685456272 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16161] ppid=16156 vsize=15151156 memory=159076 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16161/stat : 16161 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643684403472 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16162] ppid=16156 vsize=15151156 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16162/stat : 16162 (java) S 16156 16156 15256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643683351184 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16163] ppid=16156 vsize=15151156 memory=1398722017469774279 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16163/stat : 16163 (java) S 16156 16156 15256 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515866881 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643682298384 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16164] ppid=16156 vsize=15151156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16164/stat : 16164 (java) S 16156 16156 15256 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643225983600 140643757427330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16165] ppid=16156 vsize=15151156 memory=210023900806724 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16165/stat : 16165 (java) S 16156 16156 15256 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643224929568 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16166] ppid=16156 vsize=15151156 memory=210023900806725 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16166/stat : 16166 (java) S 16156 16156 15256 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515866883 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643223877232 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16167] ppid=16156 vsize=15151156 memory=210023900806726 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16167/stat : 16167 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643222825552 140643757434779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16168] ppid=16156 vsize=15151156 memory=210023900806727 CPUtime=1.84 cores=0,2,4,6
/proc/16158/task/16168/stat : 16168 (java) S 16156 16156 15256 0 -1 1077944384 9010 0 0 0 183 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643221772400 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16169] ppid=16156 vsize=15151156 memory=210023900806728 CPUtime=1.81 cores=0,2,4,6
/proc/16158/task/16169/stat : 16169 (java) S 16156 16156 15256 0 -1 1077944384 12526 0 0 0 180 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643220719600 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16170] ppid=16156 vsize=15151156 memory=7009 CPUtime=0.57 cores=0,2,4,6
/proc/16158/task/16170/stat : 16170 (java) S 16156 16156 15256 0 -1 1077944384 4728 0 0 0 56 1 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643219667312 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16171] ppid=16156 vsize=15151156 memory=7735047080387368289 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16171/stat : 16171 (java) S 16156 16156 15256 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643218614752 140643757426389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
[pid=16158/tid=16172] ppid=16156 vsize=15151156 memory=7740955834399090774 CPUtime=0 cores=0,2,4,6
/proc/16158/task/16172/stat : 16172 (java) S 16156 16156 15256 0 -1 1077944384 1349 0 0 0 0 0 0 0 20 0 15 0 515866886 15514783744 39769 33554432000 4194304 4196468 140721906477200 140643217562544 140643757427330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21602304 140721906484187 140721906484362 140721906484362 140721906487247 0
Current children cumulated CPU time: 38.25 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 160528 KiB

Child status: 0
Real time (s): 34.0899
CPU time (s): 38.3375
CPU user time (s): 38.2212
CPU system time (s): 0.116301
CPU usage (%): 112.46
Max. virtual memory (cumulated for all children) (KiB): 15266180
Max. memory (cumulated for all children) (KiB): 160528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.2212
system time used= 0.116301
maximum resident set size= 161412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3198
involuntary context switches= 102


# summary of solver processes directly reported to runsolver:
#   pid: 16156
#   total CPU time (s): 38.3375
#   total CPU user time (s): 38.2212
#   total CPU system time (s): 0.116301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.227881 second user time and 0.344743 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-25 10:18:08
IDJOB=4406515
IDBENCH=128028
IDSOLVER=2870
FILE ID=node146/4406515-1569399530
RUNJOBID= node146-1569396628-15287
PBS_JOBID= 21705679
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-4.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406515-1569399530/watcher-4406515-1569399530 -o /var/tmp/evaluation-result-4406515-1569399530/solver-4406515-1569399530 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1569396628-15287 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 734900325 HOME/instance-4406515-1569399530.xml

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

MD5SUM BENCH= e870fb3a9053f33a7d0d8e73b49cdad7
RANDOM SEED=734900325

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        26097812 kB
MemAvailable:   31686536 kB
Buffers:          112384 kB
Cached:          5595548 kB
SwapCached:         3456 kB
Active:          3086552 kB
Inactive:        2784888 kB
Active(anon):     164324 kB
Inactive(anon):    55372 kB
Active(file):    2922228 kB
Inactive(file):  2729516 kB
Unevictable:      110892 kB
Mlocked:          110892 kB
SwapTotal:      67108860 kB
SwapFree:       67002028 kB
Dirty:             27056 kB
Writeback:             0 kB
AnonPages:        272396 kB
Mapped:            70812 kB
Shmem:             47616 kB
Slab:             394592 kB
SReclaimable:     365440 kB
SUnreclaim:        29152 kB
KernelStack:        3744 kB
PageTables:         6368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1426892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node146 at 2019-09-25 10:18:42