Trace number 4395413

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) 2519.9 2520.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 benchmark2520.69
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.19/26.27	c xcsp_picat version 2.7b12 (9/12/2019)
26.19/26.27	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 (12273 MiB free)
  memory of node 1: 16384 MiB (15695 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395413-1568331994/watcher-4395413-1568331994 -o /tmp/evaluation-result-4395413-1568331994/solver-4395413-1568331994 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568321663-18696 --watchdog 2580 xcsp_picat HOME/instance-4395413-1568331994.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=20976, runsolver pid=20973

[startup+0.100163 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 20977
/proc/meminfo: memFree=28619344/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2031716 memory=29100 CPUtime=0.1 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 1806 0 0 0 10 0 0 0 20 0 1 0 409462071 2080477184 7275 33554432000 4194304 5870510 140733699234240 140733699233544 4495454 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 507929 7275 889 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 29100 KiB

[startup+0.210277 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 20977
/proc/meminfo: memFree=28601048/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2049504 memory=44380 CPUtime=0.21 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 5406 0 0 0 21 0 0 0 20 0 1 0 409462071 2098692096 11095 33554432000 4194304 5870510 140733699234240 140733699233544 140630567922661 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 512376 11095 957 410 0 507849 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2049504 KiB
Current children cumulated memory: 44380 KiB

[startup+0.30992 s]*
/proc/loadavg: 2.00 2.01 2.05 4/199 20977
/proc/meminfo: memFree=28590632/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2062924 memory=56580 CPUtime=0.31 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 8204 0 0 0 30 1 0 0 20 0 1 0 409462071 2112434176 14145 33554432000 4194304 5870510 140733699234240 140733699233544 140630567922661 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 515731 14145 957 410 0 511204 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2062924 KiB
Current children cumulated memory: 56580 KiB

[startup+0.700284 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 20977
/proc/meminfo: memFree=28582756/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2067308 memory=61264 CPUtime=0.69 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 9603 0 0 0 63 6 0 0 20 0 1 0 409462071 2116923392 15316 33554432000 4194304 5870510 140733699234240 140733699233544 5562048 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 516827 15316 957 410 0 512300 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2067308 KiB
Current children cumulated memory: 61264 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 20977
/proc/meminfo: memFree=28582228/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2067308 memory=61528 CPUtime=1.49 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 9626 0 0 0 143 6 0 0 20 0 1 0 409462071 2116923392 15382 33554432000 4194304 5870510 140733699234240 140733699233352 5406536 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 516827 15382 957 410 0 512300 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2067308 KiB
Current children cumulated memory: 61528 KiB

[startup+3.10999 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 20977
/proc/meminfo: memFree=28575152/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2079508 memory=68472 CPUtime=3.1 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 20074 0 0 0 299 11 0 0 20 0 1 0 409462071 2129416192 17118 33554432000 4194304 5870510 140733699234240 140733699232408 5343305 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 519877 17118 967 410 0 515350 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2079508 KiB
Current children cumulated memory: 68472 KiB

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 20977
/proc/meminfo: memFree=28565796/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2084896 memory=77700 CPUtime=6.29 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 26693 0 0 0 618 11 0 0 20 0 1 0 409462071 2134933504 19425 33554432000 4194304 5870510 140733699234240 140733699233560 5258706 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 521224 19425 988 410 0 516697 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2084896 KiB
Current children cumulated memory: 77700 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 20979
/proc/meminfo: memFree=28570680/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2077824 memory=74752 CPUtime=12.69 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 34122 0 0 0 1251 18 0 0 20 0 1 0 409462071 2127691776 18688 33554432000 4194304 5870510 140733699234240 140733699233496 5287642 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 519456 18688 995 410 0 514929 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2077824 KiB
Current children cumulated memory: 74752 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 20980
/proc/meminfo: memFree=28544620/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2101744 memory=99324 CPUtime=25.49 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 45862 0 0 0 2531 18 0 0 20 0 1 0 409462071 2152185856 24831 33554432000 4194304 5870510 140733699234240 140733699232808 5282464 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 525436 24831 995 410 0 520909 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2101744 KiB
Current children cumulated memory: 99324 KiB

[startup+51.11 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 20980
/proc/meminfo: memFree=27612268/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2109320 memory=105352 CPUtime=51.09 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 54100 0 0 0 5090 19 0 0 20 0 1 0 409462071 2159943680 26338 33554432000 4194304 5870510 140733699234240 140733699232808 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 527330 26338 995 410 0 522803 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2109320 KiB
Current children cumulated memory: 105352 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 20986
/proc/meminfo: memFree=25599668/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2127996 memory=125460 CPUtime=102.28 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 68882 0 0 0 10207 21 0 0 20 0 1 0 409462071 2179067904 31365 33554432000 4194304 5870510 140733699234240 140733699232808 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 531999 31365 995 410 0 527472 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2127996 KiB
Current children cumulated memory: 125460 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 20990
/proc/meminfo: memFree=25484648/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2158344 memory=153324 CPUtime=162.28 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 75759 0 0 0 16204 24 0 0 20 0 1 0 409462071 2210144256 38331 33554432000 4194304 5870510 140733699234240 140733699232808 5281920 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 539586 38331 995 410 0 535059 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2158344 KiB
Current children cumulated memory: 153324 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 20994
/proc/meminfo: memFree=26190060/32770624 swapFree=66979832/67108860
[pid=20976] ppid=20973 vsize=2158344 memory=156272 CPUtime=222.28 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 77417 0 0 0 22204 24 0 0 20 0 1 0 409462071 2210144256 39068 33554432000 4194304 5870510 140733699234240 140733699232808 5274828 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 539586 39068 995 410 0 535059 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2158344 KiB
Current children cumulated memory: 156272 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 21008
/proc/meminfo: memFree=26282684/32770624 swapFree=66979844/67108860
[pid=20976] ppid=20973 vsize=2158344 memory=156272 CPUtime=282.28 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 84384 0 0 0 28203 25 0 0 20 0 1 0 409462071 2210144256 39068 33554432000 4194304 5870510 140733699234240 140733699232808 5308227 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 539586 39068 995 410 0 535059 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2158344 KiB
Current children cumulated memory: 156272 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 21012
/proc/meminfo: memFree=26412668/32770624 swapFree=66979844/67108860
[pid=20976] ppid=20973 vsize=2158344 memory=156272 CPUtime=342.28 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 84538 0 0 0 34203 25 0 0 20 0 1 0 409462071 2210144256 39068 33554432000 4194304 5870510 140733699234240 140733699232808 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 539586 39068 995 410 0 535059 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2158344 KiB
Current children cumulated memory: 156272 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 21016
/proc/meminfo: memFree=26455912/32770624 swapFree=66979844/67108860
[pid=20976] ppid=20973 vsize=2183860 memory=175044 CPUtime=402.27 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 91844 0 0 0 40202 25 0 0 20 0 1 0 409462071 2236272640 43761 33554432000 4194304 5870510 140733699234240 140733699232808 5289432 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 545965 43761 995 410 0 541438 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2183860 KiB
Current children cumulated memory: 175044 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 21083
/proc/meminfo: memFree=31525268/32770624 swapFree=66979844/67108860
[pid=20976] ppid=20973 vsize=2153512 memory=144380 CPUtime=462.27 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 92480 0 0 0 46201 26 0 0 20 0 1 0 409462071 2205196288 36095 33554432000 4194304 5870510 140733699234240 140733699232680 5282574 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 538378 36095 995 410 0 533851 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2153512 KiB
Current children cumulated memory: 144380 KiB


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

/proc/20976/statm: 553652 53376 995 410 0 549125 0
Current children cumulated CPU time: 1722.21 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 213504 KiB

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/199 21412
/proc/meminfo: memFree=31379500/32770624 swapFree=66979892/67108860
[pid=20976] ppid=20973 vsize=2214608 memory=213504 CPUtime=1782.21 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 102197 0 0 0 178186 35 0 0 20 0 1 0 409462071 2267758592 53376 33554432000 4194304 5870510 140733699234240 140733699232808 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 553652 53376 995 410 0 549125 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 213504 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/199 21416
/proc/meminfo: memFree=31378220/32770624 swapFree=66979892/67108860
[pid=20976] ppid=20973 vsize=2214608 memory=213504 CPUtime=1842.21 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 102861 0 0 0 184186 35 0 0 20 0 1 0 409462071 2267758592 53376 33554432000 4194304 5870510 140733699234240 140733699232808 5274400 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 553652 53376 995 410 0 549125 0
Current children cumulated CPU time: 1842.21 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 213504 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 21422
/proc/meminfo: memFree=31403148/32770624 swapFree=66979892/67108860
[pid=20976] ppid=20973 vsize=2184260 memory=185776 CPUtime=1902.21 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 103818 0 0 0 190184 37 0 0 20 0 1 0 409462071 2236682240 46444 33554432000 4194304 5870510 140733699234240 140733699233256 5283106 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 546065 46444 995 410 0 541538 0
Current children cumulated CPU time: 1902.21 s
Current children cumulated vsize: 2184260 KiB
Current children cumulated memory: 185776 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 21426
/proc/meminfo: memFree=31347980/32770624 swapFree=66979892/67108860
[pid=20976] ppid=20973 vsize=2233580 memory=221300 CPUtime=1962.2 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 105576 0 0 0 196180 40 0 0 20 0 1 0 409462071 2287185920 55325 33554432000 4194304 5870510 140733699234240 140733699232680 5262639 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 558395 55325 995 410 0 553868 0
Current children cumulated CPU time: 1962.2 s
Current children cumulated vsize: 2233580 KiB
Current children cumulated memory: 221300 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 21430
/proc/meminfo: memFree=31382316/32770624 swapFree=66979892/67108860
[pid=20976] ppid=20973 vsize=2184260 memory=185776 CPUtime=2022.2 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 106384 0 0 0 202178 42 0 0 20 0 1 0 409462071 2236682240 46444 33554432000 4194304 5870510 140733699234240 140733699233256 5289457 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 546065 46444 995 410 0 541538 0
Current children cumulated CPU time: 2022.2 s
Current children cumulated vsize: 2184260 KiB
Current children cumulated memory: 185776 KiB

[startup+2082.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/200 21444
/proc/meminfo: memFree=31352416/32770624 swapFree=66979912/67108860
[pid=20976] ppid=20973 vsize=2214608 memory=215268 CPUtime=2082.2 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 108348 0 0 0 208176 44 0 0 20 0 1 0 409462071 2267758592 53817 33554432000 4194304 5870510 140733699234240 140733699232808 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 553652 53817 995 410 0 549125 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 215268 KiB

[startup+2142.3 s]
/proc/loadavg: 2.46 2.13 2.08 3/200 21448
/proc/meminfo: memFree=31351868/32770624 swapFree=66979912/67108860
[pid=20976] ppid=20973 vsize=2214608 memory=215268 CPUtime=2142.2 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 108362 0 0 0 214176 44 0 0 20 0 1 0 409462071 2267758592 53817 33554432000 4194304 5870510 140733699234240 140733699232808 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 553652 53817 995 410 0 549125 0
Current children cumulated CPU time: 2142.2 s
Current children cumulated vsize: 2214608 KiB
Current children cumulated memory: 215268 KiB

[startup+2202.3 s]
/proc/loadavg: 2.31 2.17 2.10 3/200 21452
/proc/meminfo: memFree=31335408/32770624 swapFree=66979912/67108860
[pid=20976] ppid=20973 vsize=2233564 memory=231800 CPUtime=2202.19 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 109767 0 0 0 220175 44 0 0 20 0 1 0 409462071 2287169536 57950 33554432000 4194304 5870510 140733699234240 140733699232808 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 558391 57950 995 410 0 553864 0
Current children cumulated CPU time: 2202.19 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 231800 KiB

[startup+2262.3 s]
/proc/loadavg: 2.11 2.14 2.09 3/200 21458
/proc/meminfo: memFree=31333832/32770624 swapFree=66979912/67108860
[pid=20976] ppid=20973 vsize=2233564 memory=233984 CPUtime=2262.19 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 109790 0 0 0 226175 44 0 0 20 0 1 0 409462071 2287169536 58496 33554432000 4194304 5870510 140733699234240 140733699232808 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 558391 58496 995 410 0 553864 0
Current children cumulated CPU time: 2262.19 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 233984 KiB

[startup+2322.3 s]
/proc/loadavg: 2.04 2.11 2.08 3/200 21462
/proc/meminfo: memFree=31329340/32770624 swapFree=66979912/67108860
[pid=20976] ppid=20973 vsize=2233564 memory=233984 CPUtime=2322.18 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 110630 0 0 0 232174 44 0 0 20 0 1 0 409462071 2287169536 58496 33554432000 4194304 5870510 140733699234240 140733699232808 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 558391 58496 995 410 0 553864 0
Current children cumulated CPU time: 2322.18 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 233984 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.09 2.08 3/199 21467
/proc/meminfo: memFree=31327448/32770624 swapFree=66979916/67108860
[pid=20976] ppid=20973 vsize=2233564 memory=235080 CPUtime=2382.19 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 111444 0 0 0 238174 45 0 0 20 0 1 0 409462071 2287169536 58770 33554432000 4194304 5870510 140733699234240 140733699232808 5282770 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 558391 58770 995 410 0 553864 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 235080 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/199 21473
/proc/meminfo: memFree=31327292/32770624 swapFree=66979916/67108860
[pid=20976] ppid=20973 vsize=2233564 memory=235080 CPUtime=2442.18 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 113077 0 0 0 244173 45 0 0 20 0 1 0 409462071 2287169536 58770 33554432000 4194304 5870510 140733699234240 140733699232808 5282721 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 558391 58770 995 410 0 553864 0
Current children cumulated CPU time: 2442.18 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 235080 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/199 21477
/proc/meminfo: memFree=31315048/32770624 swapFree=66979916/67108860
[pid=20976] ppid=20973 vsize=2233564 memory=235080 CPUtime=2502.18 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 113094 0 0 0 250173 45 0 0 20 0 1 0 409462071 2287169536 58770 33554432000 4194304 5870510 140733699234240 140733699232808 5283126 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 558391 58770 995 410 0 553864 0
Current children cumulated CPU time: 2502.18 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 235080 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.06 2.06 3/199 21477
/proc/meminfo: memFree=31315080/32770624 swapFree=66979916/67108860
[pid=20976] ppid=20973 vsize=2233564 memory=235080 CPUtime=2519.89 cores=1,3,5,7
/proc/20976/stat : 20976 (xcsp_picat) R 20973 20976 18664 0 -1 4202496 113097 0 0 0 251944 45 0 0 20 0 1 0 409462071 2287169536 58770 33554432000 4194304 5870510 140733699234240 140733699232808 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 16510976 140733699236895 140733699236973 140733699236973 140733699239882 0
/proc/20976/statm: 558391 58770 995 410 0 553864 0
Current children cumulated CPU time: 2519.89 s
Current children cumulated vsize: 2233564 KiB
Current children cumulated memory: 235080 KiB

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

[startup+2520.01 s]
# the end of solver process 20976 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.44 s, system=0.457981 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): 2520.01
CPU time (s): 2519.9
CPU user time (s): 2519.44
CPU system time (s): 0.457981
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 2233580
Max. memory (cumulated for all children) (KiB): 235080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.44
system time used= 0.457981
maximum resident set size= 247512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113097
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= 19
involuntary context switches= 976


# summary of solver processes directly reported to runsolver:
#   pid: 20976
#   total CPU time (s): 2519.9
#   total CPU user time (s): 2519.44
#   total CPU system time (s): 0.457981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2244 second user time and 19.2431 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 01:45:52
IDJOB=4395413
IDBENCH=126990
IDSOLVER=2844
FILE ID=node121/4395413-1568331994
RUNJOBID= node121-1568321663-18696
PBS_JOBID= 21701136
Free space on /tmp= 60964 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-4395413-1568331994/watcher-4395413-1568331994 -o /tmp/evaluation-result-4395413-1568331994/solver-4395413-1568331994 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568321663-18696 --watchdog 2580  xcsp_picat HOME/instance-4395413-1568331994.xml

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

MD5SUM BENCH= a6faa7a5ef9c34b1bccb6ba71ed7d002
RANDOM SEED=730067000

node121.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.75
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.75
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.75
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.75
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:        28640824 kB
MemAvailable:   28935456 kB
Buffers:          127348 kB
Cached:           462508 kB
SwapCached:        19136 kB
Active:          3314460 kB
Inactive:         274992 kB
Active(anon):    2986384 kB
Inactive(anon):    42716 kB
Active(file):     328076 kB
Inactive(file):   232276 kB
Unevictable:      109564 kB
Mlocked:          109564 kB
SwapTotal:      67108860 kB
SwapFree:       66979832 kB
Dirty:              3460 kB
Writeback:             0 kB
AnonPages:       3068496 kB
Mapped:            34048 kB
Shmem:             20772 kB
Slab:             129524 kB
SReclaimable:     100232 kB
SUnreclaim:        29292 kB
KernelStack:        3424 kB
PageTables:        11520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4770764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3014656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61044 MiB
End job on node121 at 2019-09-13 02:27:52