Trace number 4395713

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
PicatSAT 2019-09-12? (TO) 2400.03 2400.01

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-086.xml
MD5SUMa6faa7a5ef9c34b1bccb6ba71ed7d002
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark887
Best CPU time to get the best result obtained on this benchmark2400.54
Satisfiable
(Un)Satisfiability was proved
Number of variables7481
Number of constraints3825
Number of domains171
Minimum domain size2
Maximum domain size171
Distribution of domain sizes[{"size":2,"count":3742},{"size":3,"count":2},{"size":4,"count":1},{"size":5,"count":2},{"size":6,"count":1},{"size":7,"count":2},{"size":8,"count":1},{"size":9,"count":2},{"size":10,"count":1},{"size":11,"count":2},{"size":12,"count":1},{"size":13,"count":2},{"size":14,"count":1},{"size":15,"count":2},{"size":16,"count":1},{"size":17,"count":2},{"size":18,"count":1},{"size":19,"count":2},{"size":20,"count":1},{"size":21,"count":2},{"size":22,"count":1},{"size":23,"count":2},{"size":24,"count":1},{"size":25,"count":2},{"size":26,"count":1},"...",{"size":123,"count":1}, {"size":125,"count":1}, {"size":127,"count":1}, {"size":129,"count":1}, {"size":131,"count":1}, {"size":133,"count":1}, {"size":135,"count":1}, {"size":137,"count":1}, {"size":139,"count":1}, {"size":141,"count":1}, {"size":143,"count":1}, {"size":145,"count":1}, {"size":147,"count":1}, {"size":149,"count":1}, {"size":151,"count":1}, {"size":153,"count":1}, {"size":155,"count":1}, {"size":157,"count":1}, {"size":159,"count":1}, {"size":161,"count":1}, {"size":163,"count":1}, {"size":165,"count":1}, {"size":167,"count":1}, {"size":169,"count":1}, {"size":171,"count":1}]
Minimum variable degree0
Maximum variable degree85
Distribution of variable degrees[{"degree":0,"count":3570},{"degree":2,"count":3825},{"degree":85,"count":86}]
Minimum constraint arity2
Maximum constraint arity86
Distribution of constraint arities[{"arity":2,"count":86},{"arity":3,"count":3656},{"arity":4,"count":1},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1},{"arity":26,"count":1},"...",{"arity":62,"count":1}, {"arity":63,"count":1}, {"arity":64,"count":1}, {"arity":65,"count":1}, {"arity":66,"count":1}, {"arity":67,"count":1}, {"arity":68,"count":1}, {"arity":69,"count":1}, {"arity":70,"count":1}, {"arity":71,"count":1}, {"arity":72,"count":1}, {"arity":73,"count":1}, {"arity":74,"count":1}, {"arity":75,"count":1}, {"arity":76,"count":1}, {"arity":77,"count":1}, {"arity":78,"count":1}, {"arity":79,"count":1}, {"arity":80,"count":1}, {"arity":81,"count":1}, {"arity":82,"count":1}, {"arity":83,"count":1}, {"arity":84,"count":1}, {"arity":85,"count":1}, {"arity":86,"count":1}]
Number of extensional constraints0
Number of intensional constraints3740
Distribution of constraint types[{"type":"intension","count":3740},{"type":"sum","count":85}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

26.18/26.20	c xcsp_picat version 2.7b12 (9/12/2019)
26.18/26.20	o 3311

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395713-1568335390/watcher-4395713-1568335390 -o /tmp/evaluation-result-4395713-1568335390/solver-4395713-1568335390 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568328264-22070 --watchdog 2560 xcsp_picat HOME/instance-4395713-1568335390.xml 

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

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

solver pid=25120, runsolver pid=25117

[startup+0.100159 s]*
/proc/loadavg: 2.29 2.07 2.06 3/201 25121
/proc/meminfo: memFree=26785152/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2031716 memory=27848 CPUtime=0.1 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 2049 0 0 0 10 0 0 0 20 0 1 0 409452879 2080477184 6962 33554432000 4194304 5870510 140722380442944 140722380442248 4515512 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 507929 6962 874 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 27848 KiB

[startup+0.20985 s]*
/proc/loadavg: 2.29 2.07 2.06 3/201 25121
/proc/meminfo: memFree=26766908/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2049504 memory=45136 CPUtime=0.21 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 5598 0 0 0 20 1 0 0 20 0 1 0 409452879 2098692096 11284 33554432000 4194304 5870510 140722380442944 140722380442248 140078714461157 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 512376 11284 957 410 0 507849 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2049504 KiB
Current children cumulated memory: 45136 KiB

[startup+0.309704 s]*
/proc/loadavg: 2.29 2.07 2.06 3/201 25121
/proc/meminfo: memFree=26760212/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2062792 memory=55504 CPUtime=0.31 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 7896 0 0 0 30 1 0 0 20 0 1 0 409452879 2112299008 13876 33554432000 4194304 5870510 140722380442944 140722380442248 140078714461157 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 515698 13876 957 410 0 511171 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2062792 KiB
Current children cumulated memory: 55504 KiB

[startup+0.700238 s]
/proc/loadavg: 2.29 2.07 2.06 3/201 25121
/proc/meminfo: memFree=26750040/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2067308 memory=62380 CPUtime=0.69 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 9291 0 0 0 63 6 0 0 20 0 1 0 409452879 2116923392 15595 33554432000 4194304 5870510 140722380442944 140722380442248 5476966 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 516827 15595 957 410 0 512300 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2067308 KiB
Current children cumulated memory: 62380 KiB

[startup+1.50023 s]
/proc/loadavg: 2.29 2.07 2.06 3/201 25121
/proc/meminfo: memFree=26747508/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2067308 memory=62380 CPUtime=1.48 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 9314 0 0 0 142 6 0 0 20 0 1 0 409452879 2116923392 15595 33554432000 4194304 5870510 140722380442944 140722380442200 140078714470413 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 516827 15595 957 410 0 512300 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2067308 KiB
Current children cumulated memory: 62380 KiB

[startup+3.1096 s]
/proc/loadavg: 2.29 2.07 2.06 3/201 25121
/proc/meminfo: memFree=26750800/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2079508 memory=70580 CPUtime=3.1 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 19630 0 0 0 300 10 0 0 20 0 1 0 409452879 2129416192 17645 33554432000 4194304 5870510 140722380442944 140722380441112 5343840 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 519877 17645 967 410 0 515350 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2079508 KiB
Current children cumulated memory: 70580 KiB

[startup+6.30034 s]
/proc/loadavg: 2.27 2.07 2.06 3/201 25121
/proc/meminfo: memFree=26727948/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2084896 memory=79176 CPUtime=6.29 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 25711 0 0 0 619 10 0 0 20 0 1 0 409452879 2134933504 19794 33554432000 4194304 5870510 140722380442944 140722380442264 5274765 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 521224 19794 988 410 0 516697 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2084896 KiB
Current children cumulated memory: 79176 KiB

[startup+12.7003 s]
/proc/loadavg: 2.24 2.07 2.06 3/201 25121
/proc/meminfo: memFree=26723076/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2077824 memory=78204 CPUtime=12.68 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 32966 0 0 0 1250 18 0 0 20 0 1 0 409452879 2127691776 19551 33554432000 4194304 5870510 140722380442944 140722380442200 5343854 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 519456 19551 995 410 0 514929 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2077824 KiB
Current children cumulated memory: 78204 KiB

[startup+25.5003 s]
/proc/loadavg: 2.19 2.07 2.06 3/201 25121
/proc/meminfo: memFree=26705392/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2101744 memory=101864 CPUtime=25.48 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 45095 0 0 0 2528 20 0 0 20 0 1 0 409452879 2152185856 25466 33554432000 4194304 5870510 140722380442944 140722380441512 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 525436 25466 995 410 0 520909 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2101744 KiB
Current children cumulated memory: 101864 KiB

[startup+51.1097 s]
/proc/loadavg: 2.14 2.06 2.06 3/201 25188
/proc/meminfo: memFree=26639236/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2109320 memory=108908 CPUtime=51.09 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 50721 0 0 0 5088 21 0 0 20 0 1 0 409452879 2159943680 27227 33554432000 4194304 5870510 140722380442944 140722380441512 5282588 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 527330 27227 995 410 0 522803 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2109320 KiB
Current children cumulated memory: 108908 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/201 25191
/proc/meminfo: memFree=26586960/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2127996 memory=129732 CPUtime=102.27 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 53682 0 0 0 10206 21 0 0 20 0 1 0 409452879 2179067904 32433 33554432000 4194304 5870510 140722380442944 140722380441512 5282578 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 531999 32433 995 410 0 527472 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2127996 KiB
Current children cumulated memory: 129732 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/199 25195
/proc/meminfo: memFree=26539488/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2158344 memory=161772 CPUtime=162.28 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 57266 0 0 0 16204 24 0 0 20 0 1 0 409452879 2210144256 40443 33554432000 4194304 5870510 140722380442944 140722380441512 5308388 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 539586 40443 995 410 0 535059 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2158344 KiB
Current children cumulated memory: 161772 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 25201
/proc/meminfo: memFree=26536300/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2158344 memory=161908 CPUtime=222.28 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 57299 0 0 0 22204 24 0 0 20 0 1 0 409452879 2210144256 40477 33554432000 4194304 5870510 140722380442944 140722380441512 5262721 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 539586 40477 995 410 0 535059 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2158344 KiB
Current children cumulated memory: 161908 KiB

[startup+282.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/199 25205
/proc/meminfo: memFree=26517812/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2158344 memory=161908 CPUtime=282.27 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 58960 0 0 0 28203 24 0 0 20 0 1 0 409452879 2210144256 40477 33554432000 4194304 5870510 140722380442944 140722380441512 5283083 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 539586 40477 995 410 0 535059 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2158344 KiB
Current children cumulated memory: 161908 KiB

[startup+342.3 s]
/proc/loadavg: 2.49 2.18 2.10 3/199 25209
/proc/meminfo: memFree=26516604/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2158344 memory=161908 CPUtime=342.28 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 58997 0 0 0 34204 24 0 0 20 0 1 0 409452879 2210144256 40477 33554432000 4194304 5870510 140722380442944 140722380441512 5308409 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 539586 40477 995 410 0 535059 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2158344 KiB
Current children cumulated memory: 161908 KiB

[startup+402.3 s]
/proc/loadavg: 2.18 2.15 2.09 3/199 25215
/proc/meminfo: memFree=26529956/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2153512 memory=148384 CPUtime=402.28 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 62047 0 0 0 40203 25 0 0 20 0 1 0 409452879 2205196288 37096 33554432000 4194304 5870510 140722380442944 140722380441384 5282590 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 538378 37096 995 410 0 533851 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2153512 KiB
Current children cumulated memory: 148384 KiB

[startup+462.3 s]
/proc/loadavg: 2.07 2.12 2.09 3/199 25226
/proc/meminfo: memFree=26494596/32770624 swapFree=66957008/67108860
[pid=25120] ppid=25117 vsize=2183860 memory=182724 CPUtime=462.27 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 62523 0 0 0 46202 25 0 0 20 0 1 0 409452879 2236272640 45681 33554432000 4194304 5870510 140722380442944 140722380441512 5283024 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 545965 45681 995 410 0 541438 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2183860 KiB
Current children cumulated memory: 182724 KiB


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

/proc/25120/statm: 546065 46956 995 410 0 541538 0
Current children cumulated CPU time: 1602.3 s
Current children cumulated vsize: 2184260 KiB
Current children cumulated memory: 187824 KiB

[startup+1662.3 s]
/proc/loadavg: 2.02 2.07 2.07 3/201 25359
/proc/meminfo: memFree=26421044/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2184260 memory=187824 CPUtime=1662.3 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 88056 0 0 0 166195 35 0 0 20 0 1 0 409452879 2236682240 46956 33554432000 4194304 5870510 140722380442944 140722380441960 5282251 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 546065 46956 995 410 0 541538 0
Current children cumulated CPU time: 1662.3 s
Current children cumulated vsize: 2184260 KiB
Current children cumulated memory: 187824 KiB

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/200 25363
/proc/meminfo: memFree=26394108/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2214608 memory=216060 CPUtime=1722.3 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 90517 0 0 0 172194 36 0 0 20 0 1 0 409452879 2267758592 54015 33554432000 4194304 5870510 140722380442944 140722380441512 5283064 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 553652 54015 995 410 0 549125 0
Current children cumulated CPU time: 1722.3 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 216060 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/200 25367
/proc/meminfo: memFree=26393936/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2214608 memory=216060 CPUtime=1782.3 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 90668 0 0 0 178194 36 0 0 20 0 1 0 409452879 2267758592 54015 33554432000 4194304 5870510 140722380442944 140722380441512 5272719 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 553652 54015 995 410 0 549125 0
Current children cumulated CPU time: 1782.3 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 216060 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/201 25373
/proc/meminfo: memFree=26393656/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2214608 memory=216060 CPUtime=1842.31 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 93401 0 0 0 184194 37 0 0 20 0 1 0 409452879 2267758592 54015 33554432000 4194304 5870510 140722380442944 140722380441512 5283135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 553652 54015 995 410 0 549125 0
Current children cumulated CPU time: 1842.31 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 216060 KiB

[startup+1902.3 s]
/proc/loadavg: 2.16 2.07 2.06 3/204 25413
/proc/meminfo: memFree=26377928/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2214608 memory=215972 CPUtime=1902.3 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 94910 0 0 0 190192 38 0 0 20 0 1 0 409452879 2267758592 53993 33554432000 4194304 5870510 140722380442944 140722380441512 5283024 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 553652 53993 995 410 0 549125 0
Current children cumulated CPU time: 1902.3 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 215972 KiB

[startup+1962.3 s]
/proc/loadavg: 2.06 2.06 2.05 3/200 25423
/proc/meminfo: memFree=26373348/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2233580 memory=219736 CPUtime=1962.31 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 98450 0 0 0 196189 42 0 0 20 0 1 0 409452879 2287185920 54934 33554432000 4194304 5870510 140722380442944 140722380441384 5308415 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 558395 54934 995 410 0 553868 0
Current children cumulated CPU time: 1962.31 s
Current children cumulated vsize: 2233580 KiB
Current children cumulated memory: 219736 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/201 25429
/proc/meminfo: memFree=26377448/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2214608 memory=216060 CPUtime=2022.3 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 100056 0 0 0 202186 44 0 0 20 0 1 0 409452879 2267758592 54015 33554432000 4194304 5870510 140722380442944 140722380441512 5308364 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 553652 54015 995 410 0 549125 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 216060 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/200 25433
/proc/meminfo: memFree=26377864/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2214608 memory=215788 CPUtime=2082.31 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 103317 0 0 0 208185 46 0 0 20 0 1 0 409452879 2267758592 53947 33554432000 4194304 5870510 140722380442944 140722380441512 5258735 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 553652 53947 995 410 0 549125 0
Current children cumulated CPU time: 2082.31 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 215788 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/200 25437
/proc/meminfo: memFree=26375616/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2214608 memory=217836 CPUtime=2142.31 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 103388 0 0 0 214185 46 0 0 20 0 1 0 409452879 2267758592 54459 33554432000 4194304 5870510 140722380442944 140722380441512 5282505 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 553652 54459 995 410 0 549125 0
Current children cumulated CPU time: 2142.31 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 217836 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/200 25443
/proc/meminfo: memFree=26356624/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2233564 memory=236540 CPUtime=2202.31 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 106275 0 0 0 220184 47 0 0 20 0 1 0 409452879 2287169536 59135 33554432000 4194304 5870510 140722380442944 140722380441512 5282709 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 558391 59135 995 410 0 553864 0
Current children cumulated CPU time: 2202.31 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 236540 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 25454
/proc/meminfo: memFree=26356508/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2233564 memory=236540 CPUtime=2262.31 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 106774 0 0 0 226184 47 0 0 20 0 1 0 409452879 2287169536 59135 33554432000 4194304 5870510 140722380442944 140722380441512 5262768 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 558391 59135 995 410 0 553864 0
Current children cumulated CPU time: 2262.31 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 236540 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 25458
/proc/meminfo: memFree=26356116/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2233564 memory=236936 CPUtime=2322.31 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 109688 0 0 0 232183 48 0 0 20 0 1 0 409452879 2287169536 59234 33554432000 4194304 5870510 140722380442944 140722380441512 5283028 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 558391 59234 995 410 0 553864 0
Current children cumulated CPU time: 2322.31 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 236936 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25464
/proc/meminfo: memFree=26355744/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2233564 memory=237128 CPUtime=2382.31 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 109843 0 0 0 238183 48 0 0 20 0 1 0 409452879 2287169536 59282 33554432000 4194304 5870510 140722380442944 140722380441512 5282251 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 558391 59282 995 410 0 553864 0
Current children cumulated CPU time: 2382.31 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 237128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 25465
/proc/meminfo: memFree=26355552/32770624 swapFree=66957012/67108860
[pid=25120] ppid=25117 vsize=2233564 memory=237128 CPUtime=2400.02 cores=1,3,5,7
/proc/25120/stat : 25120 (xcsp_picat) R 25117 25120 22038 0 -1 4202496 109859 0 0 0 239954 48 0 0 20 0 1 0 409452879 2287169536 59282 33554432000 4194304 5870510 140722380442944 140722380441512 5282767 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 20185088 140722380444703 140722380444781 140722380444781 140722380447690 0
/proc/25120/statm: 558391 59282 995 410 0 553864 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 237128 KiB

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

[startup+2400.01 s]
# the end of solver process 25120 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.55 s, system=0.487007 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.01
CPU time (s): 2400.03
CPU user time (s): 2399.55
CPU system time (s): 0.487007
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2233580
Max. memory (cumulated for all children) (KiB): 237128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.55
system time used= 0.487007
maximum resident set size= 250052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109859
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= 18
involuntary context switches= 941


# summary of solver processes directly reported to runsolver:
#   pid: 25120
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2399.55
#   total CPU system time (s): 0.487007

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.52808 second user time and 18.1976 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 02:42:27
IDJOB=4395713
IDBENCH=126990
IDSOLVER=2845
FILE ID=node147/4395713-1568335390
RUNJOBID= node147-1568328264-22070
PBS_JOBID= 21701153
Free space on /tmp= 56544 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-086.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395713-1568335390/watcher-4395713-1568335390 -o /tmp/evaluation-result-4395713-1568335390/solver-4395713-1568335390 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568328264-22070 --watchdog 2560  xcsp_picat HOME/instance-4395713-1568335390.xml

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

MD5SUM BENCH= a6faa7a5ef9c34b1bccb6ba71ed7d002
RANDOM SEED=2062283927

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26808080 kB
MemAvailable:   31781996 kB
Buffers:          130248 kB
Cached:          5066984 kB
SwapCached:        48504 kB
Active:          2109832 kB
Inactive:        3174508 kB
Active(anon):      38752 kB
Inactive(anon):    89348 kB
Active(file):    2071080 kB
Inactive(file):  3085160 kB
Unevictable:      107768 kB
Mlocked:          107768 kB
SwapTotal:      67108860 kB
SwapFree:       66957008 kB
Dirty:              6592 kB
Writeback:             0 kB
AnonPages:        158484 kB
Mapped:            45836 kB
Shmem:             32764 kB
Slab:             274968 kB
SReclaimable:     246136 kB
SUnreclaim:        28832 kB
KernelStack:        3792 kB
PageTables:         5256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2557668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56540 MiB
End job on node147 at 2019-09-13 03:22:27