Trace number 4395669

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.04 2399.8

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-090.xml
MD5SUMd92bd6a6dba83323313b355bf487e521
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark941
Best CPU time to get the best result obtained on this benchmark1941.24
Satisfiable
(Un)Satisfiability was proved
Number of variables8189
Number of constraints4183
Number of domains179
Minimum domain size2
Maximum domain size179
Distribution of domain sizes[{"size":2,"count":4096},{"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":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}, {"size":173,"count":1}, {"size":175,"count":1}, {"size":177,"count":1}, {"size":179,"count":1}]
Minimum variable degree0
Maximum variable degree89
Distribution of variable degrees[{"degree":0,"count":3916},{"degree":2,"count":4183},{"degree":89,"count":90}]
Minimum constraint arity2
Maximum constraint arity90
Distribution of constraint arities[{"arity":2,"count":90},{"arity":3,"count":4006},{"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":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}, {"arity":87,"count":1}, {"arity":88,"count":1}, {"arity":89,"count":1}, {"arity":90,"count":1}]
Number of extensional constraints0
Number of intensional constraints4094
Distribution of constraint types[{"type":"intension","count":4094},{"type":"sum","count":89}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

26.29/26.30	c xcsp_picat version 2.7b12 (9/12/2019)
26.29/26.30	o 2941

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395669-1568335742/watcher-4395669-1568335742 -o /tmp/evaluation-result-4395669-1568335742/solver-4395669-1568335742 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568323423-22107 --watchdog 2560 xcsp_picat HOME/instance-4395669-1568335742.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=25140, runsolver pid=25137

[startup+0.100171 s]*
/proc/loadavg: 2.00 2.03 2.05 3/199 25141
/proc/meminfo: memFree=30138748/32770624 swapFree=67001564/67108860
[pid=25140] ppid=25137 vsize=2031716 memory=29824 CPUtime=0.1 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 1489 0 0 0 10 0 0 0 20 0 1 0 409822833 2080477184 7456 33554432000 4194304 5870510 140720350120576 140720350117720 4473645 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 507929 7456 877 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 29824 KiB

[startup+0.209859 s]*
/proc/loadavg: 2.00 2.03 2.05 3/199 25141
/proc/meminfo: memFree=30115796/32770624 swapFree=67001564/67108860
[pid=25140] ppid=25137 vsize=2048544 memory=51696 CPUtime=0.21 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 4573 0 0 0 20 1 0 0 20 0 1 0 409822833 2097709056 12924 33554432000 4194304 5870510 140720350120576 140720350117720 140551153650661 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 512136 12924 957 410 0 507609 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2048544 KiB
Current children cumulated memory: 51696 KiB

[startup+0.309664 s]*
/proc/loadavg: 2.00 2.03 2.05 3/199 25141
/proc/meminfo: memFree=30104820/32770624 swapFree=67001564/67108860
[pid=25140] ppid=25137 vsize=2062304 memory=60988 CPUtime=0.31 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 7221 0 0 0 30 1 0 0 20 0 1 0 409822833 2111799296 15247 33554432000 4194304 5870510 140720350120576 140720350117720 5287642 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 515576 15247 957 410 0 511049 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 60988 KiB

[startup+0.700286 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 25141
/proc/meminfo: memFree=30093100/32770624 swapFree=67001564/67108860
[pid=25140] ppid=25137 vsize=2068804 memory=71644 CPUtime=0.69 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 9623 0 0 0 63 6 0 0 20 0 1 0 409822833 2118455296 17911 33554432000 4194304 5870510 140720350120576 140720350119304 5562072 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 517201 17911 957 410 0 512674 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2068804 KiB
Current children cumulated memory: 71644 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 25141
/proc/meminfo: memFree=30127668/32770624 swapFree=67001564/67108860
[pid=25140] ppid=25137 vsize=2068804 memory=71644 CPUtime=1.49 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 9645 0 0 0 143 6 0 0 20 0 1 0 409822833 2118455296 17911 33554432000 4194304 5870510 140720350120576 140720350119304 5478371 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 517201 17911 957 410 0 512674 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2068804 KiB
Current children cumulated memory: 71644 KiB

[startup+3.10974 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 25141
/proc/meminfo: memFree=30078328/32770624 swapFree=67001564/67108860
[pid=25140] ppid=25137 vsize=2076528 memory=79156 CPUtime=3.1 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 21028 0 0 0 300 10 0 0 20 0 1 0 409822833 2126364672 19789 33554432000 4194304 5870510 140720350120576 140720350119304 5343972 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 519132 19789 967 410 0 514605 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2076528 KiB
Current children cumulated memory: 79156 KiB

[startup+6.30035 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 25141
/proc/meminfo: memFree=30064368/32770624 swapFree=67001564/67108860
[pid=25140] ppid=25137 vsize=2104760 memory=101552 CPUtime=6.29 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 28745 0 0 0 618 11 0 0 20 0 1 0 409822833 2155274240 25388 33554432000 4194304 5870510 140720350120576 140720350119896 5282721 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 526190 25388 988 410 0 521663 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2104760 KiB
Current children cumulated memory: 101552 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 25141
/proc/meminfo: memFree=30089896/32770624 swapFree=67001564/67108860
[pid=25140] ppid=25137 vsize=2090908 memory=88784 CPUtime=12.69 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 39222 0 0 0 1248 21 0 0 20 0 1 0 409822833 2141089792 22196 33554432000 4194304 5870510 140720350120576 140720350119752 5343416 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 522727 22196 995 410 0 518200 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2090908 KiB
Current children cumulated memory: 88784 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 25142
/proc/meminfo: memFree=30098044/32770624 swapFree=67001564/67108860
[pid=25140] ppid=25137 vsize=2102404 memory=101276 CPUtime=25.49 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 52012 0 0 0 2527 22 0 0 20 0 1 0 409822833 2152861696 25319 33554432000 4194304 5870510 140720350120576 140720350119288 5283028 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 525601 25319 995 410 0 521074 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2102404 KiB
Current children cumulated memory: 101276 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 25144
/proc/meminfo: memFree=30075652/32770624 swapFree=67001564/67108860
[pid=25140] ppid=25137 vsize=2126440 memory=123800 CPUtime=51.1 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 61693 0 0 0 5087 23 0 0 20 0 1 0 409822833 2177474560 30950 33554432000 4194304 5870510 140720350120576 140720350119016 5283135 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 531610 30950 995 410 0 527083 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2126440 KiB
Current children cumulated memory: 123800 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 25148
/proc/meminfo: memFree=30014216/32770624 swapFree=67001564/67108860
[pid=25140] ppid=25137 vsize=2131428 memory=136088 CPUtime=102.3 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 77790 0 0 0 10204 26 0 0 20 0 1 0 409822833 2182582272 34022 33554432000 4194304 5870510 140720350120576 140720350119144 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 532857 34022 995 410 0 528330 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2131428 KiB
Current children cumulated memory: 136088 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/200 25160
/proc/meminfo: memFree=30006832/32770624 swapFree=67001568/67108860
[pid=25140] ppid=25137 vsize=2161776 memory=152384 CPUtime=162.31 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 79009 0 0 0 16204 27 0 0 20 0 1 0 409822833 2213658624 38096 33554432000 4194304 5870510 140720350120576 140720350119016 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 540444 38096 995 410 0 535917 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 2161776 KiB
Current children cumulated memory: 152384 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 25166
/proc/meminfo: memFree=29993924/32770624 swapFree=67001568/67108860
[pid=25140] ppid=25137 vsize=2162268 memory=167124 CPUtime=222.32 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 87643 0 0 0 22204 28 0 0 20 0 1 0 409822833 2214162432 41781 33554432000 4194304 5870510 140720350120576 140720350119144 5281827 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 540567 41781 995 410 0 536040 0
Current children cumulated CPU time: 222.32 s
Current children cumulated vsize: 2162268 KiB
Current children cumulated memory: 167124 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 25170
/proc/meminfo: memFree=30030616/32770624 swapFree=67001568/67108860
[pid=25140] ppid=25137 vsize=2162268 memory=167124 CPUtime=282.32 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 87685 0 0 0 28204 28 0 0 20 0 1 0 409822833 2214162432 41781 33554432000 4194304 5870510 140720350120576 140720350119144 5283067 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 540567 41781 995 410 0 536040 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 2162268 KiB
Current children cumulated memory: 167124 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 25174
/proc/meminfo: memFree=29999504/32770624 swapFree=67001568/67108860
[pid=25140] ppid=25137 vsize=2162268 memory=167124 CPUtime=342.33 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 87699 0 0 0 34205 28 0 0 20 0 1 0 409822833 2214162432 41781 33554432000 4194304 5870510 140720350120576 140720350119144 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 540567 41781 995 410 0 536040 0
Current children cumulated CPU time: 342.33 s
Current children cumulated vsize: 2162268 KiB
Current children cumulated memory: 167124 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 25180
/proc/meminfo: memFree=29971088/32770624 swapFree=67001568/67108860
[pid=25140] ppid=25137 vsize=2192620 memory=195476 CPUtime=402.33 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 96131 0 0 0 40205 28 0 0 20 0 1 0 409822833 2245242880 48869 33554432000 4194304 5870510 140720350120576 140720350119144 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 548155 48869 995 410 0 543628 0
Current children cumulated CPU time: 402.33 s
Current children cumulated vsize: 2192620 KiB
Current children cumulated memory: 195476 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25185
/proc/meminfo: memFree=29973704/32770624 swapFree=67001568/67108860
[pid=25140] ppid=25137 vsize=2162268 memory=158616 CPUtime=462.34 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 96545 0 0 0 46205 29 0 0 20 0 1 0 409822833 2214162432 39654 33554432000 4194304 5870510 140720350120576 140720350119016 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 540567 39654 995 410 0 536040 0
Current children cumulated CPU time: 462.34 s
Current children cumulated vsize: 2162268 KiB
Current children cumulated memory: 158616 KiB


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

/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 1602.44 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25436
/proc/meminfo: memFree=30007180/32770624 swapFree=67001600/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=1662.45 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 108857 0 0 0 166209 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 1662.45 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25440
/proc/meminfo: memFree=30001476/32770624 swapFree=67001600/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=1722.46 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 108860 0 0 0 172210 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5282429 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 1722.46 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25444
/proc/meminfo: memFree=30018364/32770624 swapFree=67001600/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=1782.46 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 110098 0 0 0 178210 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5282781 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 1782.46 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25450
/proc/meminfo: memFree=30018016/32770624 swapFree=67001600/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=1842.47 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 110615 0 0 0 184211 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5283094 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 1842.47 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25454
/proc/meminfo: memFree=29998016/32770624 swapFree=67001600/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=1902.48 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 110687 0 0 0 190212 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5282509 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 1902.48 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25463
/proc/meminfo: memFree=30015676/32770624 swapFree=67001612/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=1962.48 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 110687 0 0 0 196212 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 1962.48 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25469
/proc/meminfo: memFree=29996520/32770624 swapFree=67001612/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=2022.49 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 111985 0 0 0 202213 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5281810 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 2022.49 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25473
/proc/meminfo: memFree=29996752/32770624 swapFree=67001612/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=2082.49 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 111990 0 0 0 208213 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 2082.49 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25477
/proc/meminfo: memFree=29997300/32770624 swapFree=67001612/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=2142.5 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 111999 0 0 0 214214 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 2142.5 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25483
/proc/meminfo: memFree=29995392/32770624 swapFree=67001612/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=2202.5 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 112000 0 0 0 220214 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 2202.5 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25488
/proc/meminfo: memFree=29995972/32770624 swapFree=67001616/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=2262.51 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 113239 0 0 0 226215 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 2262.51 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25492
/proc/meminfo: memFree=29995640/32770624 swapFree=67001616/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=2322.51 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 113303 0 0 0 232215 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5304146 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 2322.51 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25498
/proc/meminfo: memFree=29995260/32770624 swapFree=67001616/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=2382.52 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 113719 0 0 0 238216 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 140551159350107 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 2382.52 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.8 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25499
/proc/meminfo: memFree=29995176/32770624 swapFree=67001620/67108860
[pid=25140] ppid=25137 vsize=2227120 memory=236840 CPUtime=2400.02 cores=1,3,5,7
/proc/25140/stat : 25140 (xcsp_picat) R 25137 25140 22075 0 -1 4202496 113803 0 0 0 239966 36 0 0 20 0 1 0 409822833 2280570880 59210 33554432000 4194304 5870510 140720350120576 140720350119144 5308398 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 15319040 140720350127135 140720350127213 140720350127213 140720350130122 0
/proc/25140/statm: 556780 59210 995 410 0 552253 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 2227120 KiB
Current children cumulated memory: 236840 KiB

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

[startup+2399.8 s]
# the end of solver process 25140 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.66 s, system=0.371037 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): 2399.8
CPU time (s): 2400.04
CPU user time (s): 2399.66
CPU system time (s): 0.371037
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 2227120
Max. memory (cumulated for all children) (KiB): 236840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.66
system time used= 0.371037
maximum resident set size= 236840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113803
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= 20
involuntary context switches= 702


# summary of solver processes directly reported to runsolver:
#   pid: 25140
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2399.66
#   total CPU system time (s): 0.371037

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.35007 second user time and 18.5226 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 02:48:18
IDJOB=4395669
IDBENCH=126995
IDSOLVER=2845
FILE ID=node136/4395669-1568335742
RUNJOBID= node136-1568323423-22107
PBS_JOBID= 21701143
Free space on /tmp= 56788 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-090.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395669-1568335742/watcher-4395669-1568335742 -o /tmp/evaluation-result-4395669-1568335742/solver-4395669-1568335742 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568323423-22107 --watchdog 2560  xcsp_picat HOME/instance-4395669-1568335742.xml

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

MD5SUM BENCH= d92bd6a6dba83323313b355bf487e521
RANDOM SEED=1389617173

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30163468 kB
MemAvailable:   31703152 kB
Buffers:           68248 kB
Cached:          1752592 kB
SwapCached:         3760 kB
Active:          1075568 kB
Inactive:         947700 kB
Active(anon):     200660 kB
Inactive(anon):    41884 kB
Active(file):     874908 kB
Inactive(file):   905816 kB
Unevictable:      107452 kB
Mlocked:          107452 kB
SwapTotal:      67108860 kB
SwapFree:       67001564 kB
Dirty:              3148 kB
Writeback:             0 kB
AnonPages:        306204 kB
Mapped:            44948 kB
Shmem:             31464 kB
Slab:             177492 kB
SReclaimable:     149588 kB
SUnreclaim:        27904 kB
KernelStack:        3472 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2725976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 56784 MiB
End job on node136 at 2019-09-13 03:28:18