Trace number 4407890

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
(reference) PicatSAT 2019-09-12? (TO) 2400.07 2400.11

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay200_c18.xml
MD5SUMef8d95b3b89bfc5ccba73a2d09f74d17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1164883
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints200
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":190},{"degree":3,"count":378},{"degree":4,"count":330},{"degree":5,"count":258},{"degree":6,"count":209},{"degree":7,"count":129},{"degree":8,"count":125},{"degree":9,"count":75},{"degree":10,"count":68},{"degree":11,"count":60},{"degree":12,"count":43},{"degree":13,"count":29},{"degree":14,"count":28},{"degree":15,"count":14},{"degree":16,"count":7},{"degree":17,"count":8},{"degree":18,"count":9},{"degree":19,"count":8},{"degree":20,"count":14},{"degree":21,"count":8},{"degree":22,"count":1},{"degree":23,"count":2},{"degree":24,"count":1},{"degree":26,"count":2},{"degree":27,"count":3},{"degree":30,"count":1}]
Minimum constraint arity36
Maximum constraint arity75
Distribution of constraint arities[{"arity":36,"count":2},{"arity":37,"count":5},{"arity":38,"count":4},{"arity":39,"count":4},{"arity":40,"count":2},{"arity":41,"count":4},{"arity":42,"count":7},{"arity":43,"count":7},{"arity":44,"count":7},{"arity":45,"count":8},{"arity":46,"count":7},{"arity":47,"count":9},{"arity":48,"count":10},{"arity":49,"count":9},{"arity":50,"count":20},{"arity":51,"count":16},{"arity":52,"count":7},{"arity":53,"count":13},{"arity":54,"count":9},{"arity":55,"count":10},{"arity":56,"count":6},{"arity":57,"count":6},{"arity":58,"count":6},{"arity":59,"count":4},{"arity":60,"count":5},{"arity":61,"count":2},{"arity":62,"count":2},{"arity":63,"count":1},{"arity":64,"count":1},{"arity":65,"count":1},{"arity":67,"count":2},{"arity":68,"count":3},{"arity":75,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":200}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

34.48/34.52	c xcsp_picat version 2.7b12 (9/12/2019)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407890-1569514310/watcher-4407890-1569514310 -o /var/tmp/evaluation-result-4407890-1569514310/solver-4407890-1569514310 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1569509600-6249 --watchdog 2560 xcsp_picat HOME/instance-4407890-1569514310.xml 

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

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


[startup+0.100435 s]*
/proc/loadavg: 2.00 2.00 1.95 3/202 7375
/proc/meminfo: memFree=25331540/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2049048 memory=48024 CPUtime=0.1 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 4617 0 0 0 9 1 0 0 20 0 1 0 527345739 2098225152 12006 33554432000 4194304 5870510 140726855544128 140726855543416 140289882135525 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 512262 12006 906 410 0 507735 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2049048 KiB
Current children cumulated memory: 48024 KiB

[startup+0.209925 s]*
/proc/loadavg: 2.00 2.00 1.95 3/202 7375
/proc/meminfo: memFree=25313204/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2073964 memory=66564 CPUtime=0.2 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 9316 0 0 0 19 1 0 0 20 0 1 0 527345739 2123739136 16641 33554432000 4194304 5870510 140726855544128 140726855543416 140289882135525 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 518491 16641 906 410 0 513964 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2073964 KiB
Current children cumulated memory: 66564 KiB

[startup+0.309805 s]*
/proc/loadavg: 2.00 2.00 1.95 3/202 7375
/proc/meminfo: memFree=25299984/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2089684 memory=80484 CPUtime=0.31 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 12660 0 0 0 29 2 0 0 20 0 1 0 527345739 2139836416 20121 33554432000 4194304 5870510 140726855544128 140726855542856 140289882135525 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 522421 20121 944 410 0 517894 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2089684 KiB
Current children cumulated memory: 80484 KiB

[startup+0.700391 s]
/proc/loadavg: 2.00 2.00 1.95 3/202 7375
/proc/meminfo: memFree=25282928/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2100052 memory=96188 CPUtime=0.69 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 15483 0 0 0 67 2 0 0 20 0 1 0 527345739 2150453248 24047 33554432000 4194304 5870510 140726855544128 140726855542856 5562056 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 525013 24047 961 410 0 520486 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2100052 KiB
Current children cumulated memory: 96188 KiB

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 7375
/proc/meminfo: memFree=25280660/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2100052 memory=96188 CPUtime=1.49 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 15483 0 0 0 147 2 0 0 20 0 1 0 527345739 2150453248 24047 33554432000 4194304 5870510 140726855544128 140726855543240 5562059 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 525013 24047 961 410 0 520486 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2100052 KiB
Current children cumulated memory: 96188 KiB

[startup+3.10914 s]
/proc/loadavg: 1.92 1.98 1.95 3/201 7375
/proc/meminfo: memFree=25284680/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2100052 memory=96232 CPUtime=3.1 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 17394 0 0 0 308 2 0 0 20 0 1 0 527345739 2150453248 24058 33554432000 4194304 5870510 140726855544128 140726855543240 5562072 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 525013 24058 962 410 0 520486 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2100052 KiB
Current children cumulated memory: 96232 KiB

[startup+6.30034 s]
/proc/loadavg: 1.92 1.98 1.95 3/201 7375
/proc/meminfo: memFree=25280420/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2100052 memory=96236 CPUtime=6.29 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 19370 0 0 0 626 3 0 0 20 0 1 0 527345739 2150453248 24059 33554432000 4194304 5870510 140726855544128 140726855543240 5562048 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 525013 24059 962 410 0 520486 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2100052 KiB
Current children cumulated memory: 96236 KiB

[startup+12.7003 s]
/proc/loadavg: 1.92 1.98 1.95 3/201 7375
/proc/meminfo: memFree=25286696/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2100052 memory=96260 CPUtime=12.69 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 22625 0 0 0 1266 3 0 0 20 0 1 0 527345739 2150453248 24065 33554432000 4194304 5870510 140726855544128 140726855543240 5407085 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 525013 24065 964 410 0 520486 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2100052 KiB
Current children cumulated memory: 96260 KiB

[startup+25.5005 s]
/proc/loadavg: 1.94 1.98 1.95 3/201 7376
/proc/meminfo: memFree=25236152/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2169248 memory=159040 CPUtime=25.49 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 53207 0 0 0 2542 7 0 0 20 0 1 0 527345739 2221309952 39760 33554432000 4194304 5870510 140726855544128 140726855543448 5282251 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 542312 39760 994 410 0 537785 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2169248 KiB
Current children cumulated memory: 159040 KiB

[startup+51.1098 s]
/proc/loadavg: 1.96 1.99 1.95 3/201 7378
/proc/meminfo: memFree=25217032/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2169248 memory=161092 CPUtime=51.1 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 66529 0 0 0 5102 8 0 0 20 0 1 0 527345739 2221309952 40273 33554432000 4194304 5870510 140726855544128 140726855543240 5288842 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 542312 40273 994 410 0 537785 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2169248 KiB
Current children cumulated memory: 161092 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 1.99 1.95 3/201 7382
/proc/meminfo: memFree=25207416/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2169248 memory=167904 CPUtime=102.29 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 91790 0 0 0 10219 10 0 0 20 0 1 0 527345739 2221309952 41976 33554432000 4194304 5870510 140726855544128 140726855543144 5262603 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 542312 41976 994 410 0 537785 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2169248 KiB
Current children cumulated memory: 167904 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.95 3/200 7386
/proc/meminfo: memFree=25180996/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2218568 memory=200896 CPUtime=162.29 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 105426 0 0 0 16216 13 0 0 20 0 1 0 527345739 2271813632 50224 33554432000 4194304 5870510 140726855544128 140726855542568 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 554642 50224 994 410 0 550115 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2218568 KiB
Current children cumulated memory: 200896 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/200 7392
/proc/meminfo: memFree=25170972/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2218568 memory=200896 CPUtime=222.29 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 106252 0 0 0 22214 15 0 0 20 0 1 0 527345739 2271813632 50224 33554432000 4194304 5870510 140726855544128 140726855542568 5282295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 554642 50224 994 410 0 550115 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2218568 KiB
Current children cumulated memory: 200896 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 7396
/proc/meminfo: memFree=25171996/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2218568 memory=203064 CPUtime=282.28 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 116485 0 0 0 28211 17 0 0 20 0 1 0 527345739 2271813632 50766 33554432000 4194304 5870510 140726855544128 140726855542568 5282680 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 554642 50766 994 410 0 550115 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2218568 KiB
Current children cumulated memory: 203064 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 7400
/proc/meminfo: memFree=25211416/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2169248 memory=169912 CPUtime=342.27 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 117217 0 0 0 34208 19 0 0 20 0 1 0 527345739 2221309952 42478 33554432000 4194304 5870510 140726855544128 140726855543144 5283106 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 542312 42478 994 410 0 537785 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2169248 KiB
Current children cumulated memory: 169912 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 7406
/proc/meminfo: memFree=25172600/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2218568 memory=206384 CPUtime=402.27 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 119511 0 0 0 40206 21 0 0 20 0 1 0 527345739 2271813632 51596 33554432000 4194304 5870510 140726855544128 140726855542568 5308368 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 554642 51596 994 410 0 550115 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2218568 KiB
Current children cumulated memory: 206384 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/199 7410
/proc/meminfo: memFree=25207676/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2169248 memory=173392 CPUtime=462.27 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 120007 0 0 0 46204 23 0 0 20 0 1 0 527345739 2221309952 43348 33554432000 4194304 5870510 140726855544128 140726855543144 5282721 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 542312 43348 994 410 0 537785 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2169248 KiB
Current children cumulated memory: 173392 KiB


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

/proc/7374/statm: 554642 51596 994 410 0 550115 0
Current children cumulated CPU time: 1662.26 s
Current children cumulated vsize: 2218568 KiB
Current children cumulated memory: 206384 KiB

[startup+1722.3 s]
/proc/loadavg: 1.00 1.12 1.49 2/192 7573
/proc/meminfo: memFree=25440764/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2218568 memory=208432 CPUtime=1722.26 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 148868 0 0 0 172154 72 0 0 20 0 1 0 527345739 2271813632 52108 33554432000 4194304 5870510 140726855544128 140726855542568 5282568 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 554642 52108 994 410 0 550115 0
Current children cumulated CPU time: 1722.26 s
Current children cumulated vsize: 2218568 KiB
Current children cumulated memory: 208432 KiB

[startup+1782.3 s]
/proc/loadavg: 1.08 1.13 1.48 2/193 7585
/proc/meminfo: memFree=25442544/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2218568 memory=206384 CPUtime=1782.26 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 149372 0 0 0 178152 74 0 0 20 0 1 0 527345739 2271813632 51596 33554432000 4194304 5870510 140726855544128 140726855542568 5282680 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 554642 51596 994 410 0 550115 0
Current children cumulated CPU time: 1782.26 s
Current children cumulated vsize: 2218568 KiB
Current children cumulated memory: 206384 KiB

[startup+1842.3 s]
/proc/loadavg: 1.03 1.10 1.45 2/193 7591
/proc/meminfo: memFree=25445348/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2200008 memory=203948 CPUtime=1842.25 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 151662 0 0 0 184149 76 0 0 20 0 1 0 527345739 2252808192 50987 33554432000 4194304 5870510 140726855544128 140726855543144 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 550002 50987 994 410 0 545475 0
Current children cumulated CPU time: 1842.25 s
Current children cumulated vsize: 2200008 KiB
Current children cumulated memory: 203948 KiB

[startup+1902.3 s]
/proc/loadavg: 1.01 1.09 1.42 2/193 7595
/proc/meminfo: memFree=25409452/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2249328 memory=239184 CPUtime=1902.26 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 152493 0 0 0 190147 79 0 0 20 0 1 0 527345739 2303311872 59796 33554432000 4194304 5870510 140726855544128 140726855542568 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 562332 59796 994 410 0 557805 0
Current children cumulated CPU time: 1902.26 s
Current children cumulated vsize: 2249328 KiB
Current children cumulated memory: 239184 KiB

[startup+1962.3 s]
/proc/loadavg: 1.00 1.07 1.39 2/193 7599
/proc/meminfo: memFree=25444472/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2200008 memory=204144 CPUtime=1962.26 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 154804 0 0 0 196144 82 0 0 20 0 1 0 527345739 2252808192 51036 33554432000 4194304 5870510 140726855544128 140726855543144 5282489 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 550002 51036 994 410 0 545475 0
Current children cumulated CPU time: 1962.26 s
Current children cumulated vsize: 2200008 KiB
Current children cumulated memory: 204144 KiB

[startup+2022.3 s]
/proc/loadavg: 1.00 1.06 1.37 2/193 7605
/proc/meminfo: memFree=25413988/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2249328 memory=235088 CPUtime=2022.26 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 155187 0 0 0 202141 85 0 0 20 0 1 0 527345739 2303311872 58772 33554432000 4194304 5870510 140726855544128 140726855542568 5263528 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 562332 58772 994 410 0 557805 0
Current children cumulated CPU time: 2022.26 s
Current children cumulated vsize: 2249328 KiB
Current children cumulated memory: 235088 KiB

[startup+2082.3 s]
/proc/loadavg: 1.00 1.05 1.35 2/192 7609
/proc/meminfo: memFree=25444760/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2249328 memory=235088 CPUtime=2082.25 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 157809 0 0 0 208138 87 0 0 20 0 1 0 527345739 2303311872 58772 33554432000 4194304 5870510 140726855544128 140726855542568 5282759 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 562332 58772 994 410 0 557805 0
Current children cumulated CPU time: 2082.25 s
Current children cumulated vsize: 2249328 KiB
Current children cumulated memory: 235088 KiB

[startup+2142.3 s]
/proc/loadavg: 1.00 1.04 1.32 2/192 7613
/proc/meminfo: memFree=25413788/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2249328 memory=235088 CPUtime=2142.26 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 158315 0 0 0 214136 90 0 0 20 0 1 0 527345739 2303311872 58772 33554432000 4194304 5870510 140726855544128 140726855542568 5281782 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 562332 58772 994 410 0 557805 0
Current children cumulated CPU time: 2142.26 s
Current children cumulated vsize: 2249328 KiB
Current children cumulated memory: 235088 KiB

[startup+2202.3 s]
/proc/loadavg: 1.00 1.03 1.30 2/192 7619
/proc/meminfo: memFree=25406928/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2249328 memory=241232 CPUtime=2202.26 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 160385 0 0 0 220135 91 0 0 20 0 1 0 527345739 2303311872 60308 33554432000 4194304 5870510 140726855544128 140726855542568 5288915 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 562332 60308 994 410 0 557805 0
Current children cumulated CPU time: 2202.26 s
Current children cumulated vsize: 2249328 KiB
Current children cumulated memory: 241232 KiB

[startup+2262.3 s]
/proc/loadavg: 1.00 1.03 1.29 2/192 7623
/proc/meminfo: memFree=25407264/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2249328 memory=241232 CPUtime=2262.25 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 160819 0 0 0 226132 93 0 0 20 0 1 0 527345739 2303311872 60308 33554432000 4194304 5870510 140726855544128 140726855542568 5282373 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 562332 60308 994 410 0 557805 0
Current children cumulated CPU time: 2262.25 s
Current children cumulated vsize: 2249328 KiB
Current children cumulated memory: 241232 KiB

[startup+2322.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/192 7627
/proc/meminfo: memFree=25443912/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2200008 memory=204144 CPUtime=2322.25 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 163126 0 0 0 232130 95 0 0 20 0 1 0 527345739 2252808192 51036 33554432000 4194304 5870510 140726855544128 140726855543144 5282251 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 550002 51036 994 410 0 545475 0
Current children cumulated CPU time: 2322.25 s
Current children cumulated vsize: 2200008 KiB
Current children cumulated memory: 204144 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/192 7640
/proc/meminfo: memFree=25444040/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2200008 memory=204144 CPUtime=2382.25 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 163667 0 0 0 238128 97 0 0 20 0 1 0 527345739 2252808192 51036 33554432000 4194304 5870510 140726855544128 140726855543144 5275277 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 550002 51036 994 410 0 545475 0
Current children cumulated CPU time: 2382.25 s
Current children cumulated vsize: 2200008 KiB
Current children cumulated memory: 204144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 1.00 1.01 1.24 2/192 7640
/proc/meminfo: memFree=25413368/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2249328 memory=235088 CPUtime=2400.06 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 163814 0 0 0 239908 98 0 0 20 0 1 0 527345739 2303311872 58772 33554432000 4194304 5870510 140726855544128 140726855542568 5272310 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 562332 58772 994 410 0 557805 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 2249328 KiB
Current children cumulated memory: 235088 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2400.11 s]
# the end of solver process 7374 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.09 s, system=0.988992 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2400.11 s]
/proc/loadavg: 1.00 1.01 1.24 2/192 7640
/proc/meminfo: memFree=25413368/32770624 swapFree=66954172/67108860
[pid=7374] ppid=7371 vsize=2249328 memory=235088 CPUtime=2400.06 cores=0,2,4,6
/proc/7374/stat : 7374 (xcsp_picat) R 7371 7374 6218 0 -1 4202496 163814 0 0 0 239908 98 0 0 20 0 1 0 527345739 2303311872 58772 33554432000 4194304 5870510 140726855544128 140726855542568 5272310 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31297536 140726855545863 140726855545945 140726855545945 140726855548870 0
/proc/7374/statm: 562332 58772 994 410 0 557805 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 2249328 KiB
Current children cumulated memory: 235088 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.11
CPU time (s): 2400.07
CPU user time (s): 2399.09
CPU system time (s): 0.988992
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 2249328
Max. memory (cumulated for all children) (KiB): 245328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.09
system time used= 0.988992
maximum resident set size= 245328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163814
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 3003


# summary of solver processes directly reported to runsolver:
#   pid: 7374
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2399.09
#   total CPU system time (s): 0.988992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.56641 second user time and 17.6775 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-26 18:11:09
IDJOB=4407890
IDBENCH=141147
IDSOLVER=2873
FILE ID=node119/4407890-1569514310
RUNJOBID= node119-1569509600-6249
PBS_JOBID= 21705795
Free space on /var/tmp= 13508 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay200_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407890-1569514310/watcher-4407890-1569514310 -o /var/tmp/evaluation-result-4407890-1569514310/solver-4407890-1569514310 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1569509600-6249 --watchdog 2560  xcsp_picat HOME/instance-4407890-1569514310.xml

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

MD5SUM BENCH= ef8d95b3b89bfc5ccba73a2d09f74d17
RANDOM SEED=804965863

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25377016 kB
MemAvailable:   31521260 kB
Buffers:          176736 kB
Cached:          6083320 kB
SwapCached:        46676 kB
Active:          3274780 kB
Inactive:        3300596 kB
Active(anon):     280332 kB
Inactive(anon):   107848 kB
Active(file):    2994448 kB
Inactive(file):  3192748 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66954172 kB
Dirty:              3104 kB
Writeback:             0 kB
AnonPages:        369508 kB
Mapped:            24808 kB
Shmem:             64988 kB
Slab:             414492 kB
SReclaimable:     385508 kB
SUnreclaim:        28984 kB
KernelStack:        3600 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2781848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13508 MiB
End job on node119 at 2019-09-26 18:51:09