Trace number 4407787

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-12OPT2 1248.49 1248.63

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-marketSplit/
Pb-msplit-opt-4-30-1.xml
MD5SUM0b293698762add7ba6ae5db7003c937f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark858.942
Satisfiable
(Un)Satisfiability was proved
Number of variables94
Number of constraints8
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":94}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":64},{"degree":6,"count":2},{"degree":8,"count":28}]
Minimum constraint arity45
Maximum constraint arity46
Distribution of constraint arities[{"arity":45,"count":4},{"arity":46,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":8}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

43.18/43.26	c xcsp_picat version 2.7b12 (9/12/2019)
43.18/43.26	o 638
43.18/43.26	o 212
43.18/43.26	o 70
43.18/43.26	o 22
75.18/75.25	o 4
1248.45/1248.62	o 2
1248.45/1248.62	s OPTIMUM FOUND
1248.45/1248.62	v <instantiation>
1248.45/1248.62	v     <list> x[]  </list> 
1248.45/1248.62	v     <values> 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1   </values> 
1248.45/1248.62	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407787-1569512779/watcher-4407787-1569512779 -o /var/tmp/evaluation-result-4407787-1569512779/solver-4407787-1569512779 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569509599-11278 --watchdog 2560 xcsp_picat HOME/instance-4407787-1569512779.xml 

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

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


[startup+0.10016 s]*
/proc/loadavg: 2.01 2.00 1.93 3/199 12041
/proc/meminfo: memFree=19114740/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2037072 memory=17960 CPUtime=0.1 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 1611 0 0 0 10 0 0 0 20 0 1 0 527216175 2085961728 4490 33554432000 4194304 5870510 140721651726416 140721651723560 5562048 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 509268 4490 963 410 0 504741 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2037072 KiB
Current children cumulated memory: 17960 KiB

[startup+0.209615 s]*
/proc/loadavg: 2.01 2.00 1.93 3/199 12041
/proc/meminfo: memFree=19114368/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2037344 memory=18476 CPUtime=0.21 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 1718 0 0 0 21 0 0 0 20 0 1 0 527216175 2086240256 4619 33554432000 4194304 5870510 140721651726416 140721651723560 5477456 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 509336 4619 963 410 0 504809 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2037344 KiB
Current children cumulated memory: 18476 KiB

[startup+0.308903 s]*
/proc/loadavg: 2.01 2.00 1.93 3/199 12041
/proc/meminfo: memFree=19113996/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2037524 memory=18720 CPUtime=0.31 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 1801 0 0 0 31 0 0 0 20 0 1 0 527216175 2086424576 4680 33554432000 4194304 5870510 140721651726416 140721651723560 140392385261447 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 509381 4680 963 410 0 504854 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2037524 KiB
Current children cumulated memory: 18720 KiB

[startup+0.700279 s]
/proc/loadavg: 2.01 2.00 1.93 3/199 12041
/proc/meminfo: memFree=19113996/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2034040 memory=19108 CPUtime=0.69 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 2041 0 0 0 69 0 0 0 20 0 1 0 527216175 2082856960 4777 33554432000 4194304 5870510 140721651726416 140721651723560 5267727 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 508510 4777 994 410 0 503983 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2034040 KiB
Current children cumulated memory: 19108 KiB

[startup+1.5003 s]
/proc/loadavg: 2.01 2.00 1.93 3/199 12041
/proc/meminfo: memFree=19111948/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2036472 memory=21492 CPUtime=1.49 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 3162 0 0 0 149 0 0 0 20 0 1 0 527216175 2085347328 5373 33554432000 4194304 5870510 140721651726416 140721651724776 5282464 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 509118 5373 996 410 0 504591 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2036472 KiB
Current children cumulated memory: 21492 KiB

[startup+3.10946 s]
/proc/loadavg: 2.01 2.00 1.93 3/199 12041
/proc/meminfo: memFree=19101900/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2043532 memory=27928 CPUtime=3.1 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 4818 0 0 0 310 0 0 0 20 0 1 0 527216175 2092576768 6982 33554432000 4194304 5870510 140721651726416 140721651724856 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 510883 6982 996 410 0 506356 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2043532 KiB
Current children cumulated memory: 27928 KiB

[startup+6.30032 s]
/proc/loadavg: 2.01 2.00 1.93 3/200 12043
/proc/meminfo: memFree=19100212/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2048668 memory=30040 CPUtime=6.29 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 7613 0 0 0 628 1 0 0 20 0 1 0 527216175 2097836032 7510 33554432000 4194304 5870510 140721651726416 140721651725192 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 512167 7510 996 410 0 507640 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2048668 KiB
Current children cumulated memory: 30040 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 1.94 3/199 12043
/proc/meminfo: memFree=19089640/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2060772 memory=37824 CPUtime=12.68 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 12218 0 0 0 1266 2 0 0 20 0 1 0 527216175 2110230528 9456 33554432000 4194304 5870510 140721651726416 140721651724856 5308227 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 515193 9456 1003 410 0 510666 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2060772 KiB
Current children cumulated memory: 37824 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 1.94 4/199 12043
/proc/meminfo: memFree=19083000/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2060772 memory=38224 CPUtime=25.48 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 15811 0 0 0 2545 3 0 0 20 0 1 0 527216175 2110230528 9556 33554432000 4194304 5870510 140721651726416 140721651725592 140392390501201 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 515193 9556 1003 410 0 510666 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2060772 KiB
Current children cumulated memory: 38224 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.00 1.94 3/199 12045
/proc/meminfo: memFree=19088784/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2061132 memory=46024 CPUtime=51.09 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 22682 0 0 0 5105 4 0 0 20 0 1 0 527216175 2110599168 11506 33554432000 4194304 5870510 140721651726416 140721651724984 5272624 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 515283 11506 1003 410 0 510756 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2061132 KiB
Current children cumulated memory: 46024 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/198 12049
/proc/meminfo: memFree=19058048/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2069916 memory=53788 CPUtime=102.28 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 26925 0 0 0 10223 5 0 0 20 0 1 0 527216175 2119593984 13447 33554432000 4194304 5870510 140721651726416 140721651724984 5282509 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 517479 13447 1003 410 0 512952 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2069916 KiB
Current children cumulated memory: 53788 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12054
/proc/meminfo: memFree=19067196/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2089872 memory=66092 CPUtime=162.28 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 32545 0 0 0 16222 6 0 0 20 0 1 0 527216175 2140028928 16523 33554432000 4194304 5870510 140721651726416 140721651724856 5288915 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 522468 16523 1003 410 0 517941 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2089872 KiB
Current children cumulated memory: 66092 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12058
/proc/meminfo: memFree=19034104/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2091368 memory=76600 CPUtime=222.27 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 38849 0 0 0 22220 7 0 0 20 0 1 0 527216175 2141560832 19150 33554432000 4194304 5870510 140721651726416 140721651724984 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 522842 19150 1003 410 0 518315 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2091368 KiB
Current children cumulated memory: 76600 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12073
/proc/meminfo: memFree=19030548/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2091368 memory=76704 CPUtime=282.26 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 43565 0 0 0 28219 7 0 0 20 0 1 0 527216175 2141560832 19176 33554432000 4194304 5870510 140721651726416 140721651724984 5282464 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 522842 19176 1003 410 0 518315 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2091368 KiB
Current children cumulated memory: 76704 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12077
/proc/meminfo: memFree=19035480/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2091368 memory=76704 CPUtime=342.26 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 48778 0 0 0 34218 8 0 0 20 0 1 0 527216175 2141560832 19176 33554432000 4194304 5870510 140721651726416 140721651724984 5282642 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 522842 19176 1003 410 0 518315 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2091368 KiB
Current children cumulated memory: 76704 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12081
/proc/meminfo: memFree=19031672/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2091368 memory=76704 CPUtime=402.24 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 54482 0 0 0 40216 8 0 0 20 0 1 0 527216175 2141560832 19176 33554432000 4194304 5870510 140721651726416 140721651724984 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 522842 19176 1003 410 0 518315 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 2091368 KiB
Current children cumulated memory: 76704 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12087
/proc/meminfo: memFree=19031324/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2091368 memory=76704 CPUtime=462.24 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 59137 0 0 0 46215 9 0 0 20 0 1 0 527216175 2141560832 19176 33554432000 4194304 5870510 140721651726416 140721651724984 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 522842 19176 1003 410 0 518315 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 2091368 KiB
Current children cumulated memory: 76704 KiB


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

Current children cumulated memory: 79024 KiB

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12106
/proc/meminfo: memFree=19014492/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2096176 memory=81276 CPUtime=702.21 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 81253 0 0 0 70209 12 0 0 20 0 1 0 527216175 2146484224 20319 33554432000 4194304 5870510 140721651726416 140721651724984 5281696 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 524044 20319 1003 410 0 519517 0
Current children cumulated CPU time: 702.21 s
Current children cumulated vsize: 2096176 KiB
Current children cumulated memory: 81276 KiB

[startup+762.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12111
/proc/meminfo: memFree=19013104/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2096688 memory=81276 CPUtime=762.21 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 86660 0 0 0 76208 13 0 0 20 0 1 0 527216175 2147008512 20319 33554432000 4194304 5870510 140721651726416 140721651724984 5282242 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 524172 20319 1003 410 0 519645 0
Current children cumulated CPU time: 762.21 s
Current children cumulated vsize: 2096688 KiB
Current children cumulated memory: 81276 KiB

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12117
/proc/meminfo: memFree=19035348/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2096688 memory=81604 CPUtime=822.2 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 92496 0 0 0 82206 14 0 0 20 0 1 0 527216175 2147008512 20401 33554432000 4194304 5870510 140721651726416 140721651724984 5282588 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 524172 20401 1003 410 0 519645 0
Current children cumulated CPU time: 822.2 s
Current children cumulated vsize: 2096688 KiB
Current children cumulated memory: 81604 KiB

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/200 12129
/proc/meminfo: memFree=19013720/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2109252 memory=93312 CPUtime=882.2 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 98942 0 0 0 88205 15 0 0 20 0 1 0 527216175 2159874048 23328 33554432000 4194304 5870510 140721651726416 140721651724984 5274895 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 527313 23328 1003 410 0 522786 0
Current children cumulated CPU time: 882.2 s
Current children cumulated vsize: 2109252 KiB
Current children cumulated memory: 93312 KiB

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12156
/proc/meminfo: memFree=19028536/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2097760 memory=81436 CPUtime=942.2 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 105173 0 0 0 94204 16 0 0 20 0 1 0 527216175 2148106240 20359 33554432000 4194304 5870510 140721651726416 140721651724856 5282759 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 524440 20359 1003 410 0 519913 0
Current children cumulated CPU time: 942.2 s
Current children cumulated vsize: 2097760 KiB
Current children cumulated memory: 81436 KiB

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12162
/proc/meminfo: memFree=19017528/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2109252 memory=92156 CPUtime=1002.19 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 111578 0 0 0 100202 17 0 0 20 0 1 0 527216175 2159874048 23039 33554432000 4194304 5870510 140721651726416 140721651724984 5282767 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 527313 23039 1003 410 0 522786 0
Current children cumulated CPU time: 1002.19 s
Current children cumulated vsize: 2109252 KiB
Current children cumulated memory: 92156 KiB

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12166
/proc/meminfo: memFree=19069244/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2049280 memory=38064 CPUtime=1062.17 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 116569 0 0 0 106199 18 0 0 20 0 1 0 527216175 2098462720 9516 33554432000 4194304 5870510 140721651726416 140721651724856 5282752 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 512320 9516 1003 410 0 507793 0
Current children cumulated CPU time: 1062.17 s
Current children cumulated vsize: 2049280 KiB
Current children cumulated memory: 38064 KiB

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12170
/proc/meminfo: memFree=19043080/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2072196 memory=62600 CPUtime=1122.17 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 119784 0 0 0 112198 19 0 0 20 0 1 0 527216175 2121928704 15650 33554432000 4194304 5870510 140721651726416 140721651724984 5282759 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 518049 15650 1003 410 0 513522 0
Current children cumulated CPU time: 1122.17 s
Current children cumulated vsize: 2072196 KiB
Current children cumulated memory: 62600 KiB

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/200 12176
/proc/meminfo: memFree=19034520/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2080496 memory=71476 CPUtime=1182.16 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 121052 0 0 0 118197 19 0 0 20 0 1 0 527216175 2130427904 17869 33554432000 4194304 5870510 140721651726416 140721651724984 5282550 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 520124 17869 1003 410 0 515597 0
Current children cumulated CPU time: 1182.16 s
Current children cumulated vsize: 2080496 KiB
Current children cumulated memory: 71476 KiB

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12180
/proc/meminfo: memFree=19025852/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2096400 memory=80936 CPUtime=1242.15 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 126193 0 0 0 124195 20 0 0 20 0 1 0 527216175 2146713600 20234 33554432000 4194304 5870510 140721651726416 140721651724856 5282759 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 524100 20234 1003 410 0 519573 0
Current children cumulated CPU time: 1242.15 s
Current children cumulated vsize: 2096400 KiB
Current children cumulated memory: 80936 KiB

[startup+1248.63 s]
# the end of solver process 12040 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1248.28 s, system=0.205978 s

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

[startup+1244.8 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12180
/proc/meminfo: memFree=19023804/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2096400 memory=80936 CPUtime=1244.65 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 126193 0 0 0 124445 20 0 0 20 0 1 0 527216175 2146713600 20234 33554432000 4194304 5870510 140721651726416 140721651724856 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 524100 20234 1003 410 0 519573 0
Current children cumulated CPU time: 1244.65 s
Current children cumulated vsize: 2096400 KiB
Current children cumulated memory: 80936 KiB

[startup+1246.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12180
/proc/meminfo: memFree=19023804/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2096400 memory=80936 CPUtime=1246.25 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 126193 0 0 0 124605 20 0 0 20 0 1 0 527216175 2146713600 20234 33554432000 4194304 5870510 140721651726416 140721651724856 5283102 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 524100 20234 1003 410 0 519573 0
Current children cumulated CPU time: 1246.25 s
Current children cumulated vsize: 2096400 KiB
Current children cumulated memory: 80936 KiB

[startup+1248 s]*
/proc/loadavg: 2.00 2.00 1.95 3/199 12180
/proc/meminfo: memFree=19021756/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2096400 memory=80936 CPUtime=1247.86 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 126202 0 0 0 124766 20 0 0 20 0 1 0 527216175 2146713600 20234 33554432000 4194304 5870510 140721651726416 140721651724856 5288960 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 524100 20234 1003 410 0 519573 0
Current children cumulated CPU time: 1247.86 s
Current children cumulated vsize: 2096400 KiB
Current children cumulated memory: 80936 KiB

[startup+1248.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12180
/proc/meminfo: memFree=19021756/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2096400 memory=80936 CPUtime=1248.25 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 126203 0 0 0 124805 20 0 0 20 0 1 0 527216175 2146713600 20234 33554432000 4194304 5870510 140721651726416 140721651724856 5282574 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 524100 20234 1003 410 0 519573 0
Current children cumulated CPU time: 1248.25 s
Current children cumulated vsize: 2096400 KiB
Current children cumulated memory: 80936 KiB

[startup+1248.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12180
/proc/meminfo: memFree=19021756/32770624 swapFree=66997320/67108860
[pid=12040] ppid=12037 vsize=2096400 memory=80936 CPUtime=1248.45 cores=1,3,5,7
/proc/12040/stat : 12040 (xcsp_picat) R 12037 12040 11246 0 -1 4202496 126203 0 0 0 124825 20 0 0 20 0 1 0 527216175 2146713600 20234 33554432000 4194304 5870510 140721651726416 140721651724856 5283106 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 30486528 140721651729415 140721651729497 140721651729497 140721651732422 0
/proc/12040/statm: 524100 20234 1003 410 0 519573 0
Current children cumulated CPU time: 1248.45 s
Current children cumulated vsize: 2096400 KiB
Current children cumulated memory: 80936 KiB

Child status: 0
Real time (s): 1248.63
CPU time (s): 1248.49
CPU user time (s): 1248.28
CPU system time (s): 0.205978
CPU usage (%): 99.9889
Max. virtual memory (cumulated for all children) (KiB): 2109252
Max. memory (cumulated for all children) (KiB): 94180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1248.28
system time used= 0.205978
maximum resident set size= 94180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126242
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= 14
involuntary context switches= 1090


# summary of solver processes directly reported to runsolver:
#   pid: 12040
#   total CPU time (s): 1248.49
#   total CPU user time (s): 1248.28
#   total CPU system time (s): 0.205978

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.82878 second user time and 9.18716 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-26 17:45:37
IDJOB=4407787
IDBENCH=135505
IDSOLVER=2873
FILE ID=node140/4407787-1569512779
RUNJOBID= node140-1569509599-11278
PBS_JOBID= 21705784
Free space on /var/tmp= 13512 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-marketSplit/Pb-msplit-opt-4-30-1.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407787-1569512779/watcher-4407787-1569512779 -o /var/tmp/evaluation-result-4407787-1569512779/solver-4407787-1569512779 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569509599-11278 --watchdog 2560  xcsp_picat HOME/instance-4407787-1569512779.xml

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

MD5SUM BENCH= 0b293698762add7ba6ae5db7003c937f
RANDOM SEED=244469615

node140.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.43
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.43
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.43
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.43
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:        19128808 kB
MemAvailable:   25242948 kB
Buffers:          163984 kB
Cached:          6070036 kB
SwapCached:         3060 kB
Active:          9678444 kB
Inactive:        3138532 kB
Active(anon):    6590080 kB
Inactive(anon):    64252 kB
Active(file):    3088364 kB
Inactive(file):  3074280 kB
Unevictable:      107040 kB
Mlocked:          107040 kB
SwapTotal:      67108860 kB
SwapFree:       66997320 kB
Dirty:              3176 kB
Writeback:             4 kB
AnonPages:       6687536 kB
Mapped:            24120 kB
Shmem:             63016 kB
Slab:             409040 kB
SReclaimable:     379956 kB
SUnreclaim:        29084 kB
KernelStack:        3504 kB
PageTables:        18200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7239588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6506496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

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