Trace number 4395425

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.94 2520.01

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-088.xml
MD5SUM433b6a25d6964ee5472894f745fbe815
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark812
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables7831
Number of constraints4002
Number of domains175
Minimum domain size2
Maximum domain size175
Distribution of domain sizes[{"size":2,"count":3917},{"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":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}, {"size":173,"count":1}, {"size":175,"count":1}]
Minimum variable degree0
Maximum variable degree87
Distribution of variable degrees[{"degree":0,"count":3741},{"degree":2,"count":4002},{"degree":87,"count":88}]
Minimum constraint arity2
Maximum constraint arity88
Distribution of constraint arities[{"arity":2,"count":88},{"arity":3,"count":3829},{"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":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}, {"arity":87,"count":1}, {"arity":88,"count":1}]
Number of extensional constraints0
Number of intensional constraints3915
Distribution of constraint types[{"type":"intension","count":3915},{"type":"sum","count":87}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

24.48/24.58	c xcsp_picat version 2.7b12 (9/12/2019)
24.48/24.58	o 3656

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395425-1568332050/watcher-4395425-1568332050 -o /tmp/evaluation-result-4395425-1568332050/solver-4395425-1568332050 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568322359-24210 --watchdog 2580 xcsp_picat HOME/instance-4395425-1568332050.xml 

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

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
solver pid=27368, runsolver pid=27365
Current StackSize limit: 8192 KiB


[startup+0.100507 s]*
/proc/loadavg: 1.84 1.97 2.03 3/200 27369
/proc/meminfo: memFree=20165616/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2031716 memory=29560 CPUtime=0.1 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 1440 0 0 0 10 0 0 0 20 0 1 0 409143479 2080477184 7390 33554432000 4194304 5870510 140724292863440 140724292862744 4520559 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 507929 7390 874 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 29560 KiB

[startup+0.209851 s]*
/proc/loadavg: 1.84 1.97 2.03 3/200 27369
/proc/meminfo: memFree=20146668/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2048736 memory=49048 CPUtime=0.2 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 4431 0 0 0 20 0 0 0 20 0 1 0 409143479 2097905664 12262 33554432000 4194304 5870510 140724292863440 140724292862744 140486802631653 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 512184 12262 957 410 0 507657 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2048736 KiB
Current children cumulated memory: 49048 KiB

[startup+0.309695 s]*
/proc/loadavg: 1.84 1.97 2.03 3/200 27369
/proc/meminfo: memFree=20138112/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2062204 memory=58472 CPUtime=0.31 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 7057 0 0 0 30 1 0 0 20 0 1 0 409143479 2111696896 14618 33554432000 4194304 5870510 140724292863440 140724292862744 140486802631653 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 515551 14618 957 410 0 511024 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2062204 KiB
Current children cumulated memory: 58472 KiB

[startup+0.700234 s]
/proc/loadavg: 1.84 1.97 2.03 3/200 27369
/proc/meminfo: memFree=20125464/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2068036 memory=67836 CPUtime=0.69 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 9196 0 0 0 63 6 0 0 20 0 1 0 409143479 2117668864 16959 33554432000 4194304 5870510 140724292863440 140724292862632 5496614 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 517009 16959 957 410 0 512482 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2068036 KiB
Current children cumulated memory: 67836 KiB

[startup+1.50023 s]
/proc/loadavg: 1.84 1.97 2.03 3/200 27369
/proc/meminfo: memFree=20125056/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2068036 memory=68100 CPUtime=1.49 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 9205 0 0 0 143 6 0 0 20 0 1 0 409143479 2117668864 17025 33554432000 4194304 5870510 140724292863440 140724292862632 140486802679632 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 517009 17025 957 410 0 512482 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2068036 KiB
Current children cumulated memory: 68100 KiB

[startup+3.10974 s]
/proc/loadavg: 1.84 1.97 2.03 3/200 27369
/proc/meminfo: memFree=20117608/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2075248 memory=75348 CPUtime=3.09 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 15957 0 0 0 300 9 0 0 20 0 1 0 409143479 2125053952 18837 33554432000 4194304 5870510 140724292863440 140724292861832 5352804 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 518812 18837 967 410 0 514285 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2075248 KiB
Current children cumulated memory: 75348 KiB

[startup+6.3003 s]
/proc/loadavg: 1.85 1.97 2.03 3/200 27369
/proc/meminfo: memFree=20094916/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2104076 memory=97680 CPUtime=6.28 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 20067 0 0 0 618 10 0 0 20 0 1 0 409143479 2154573824 24420 33554432000 4194304 5870510 140724292863440 140724292862760 5282505 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 526019 24420 989 410 0 521492 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2104076 KiB
Current children cumulated memory: 97680 KiB

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 2.03 3/200 27369
/proc/meminfo: memFree=20092504/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2099384 memory=99720 CPUtime=12.68 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 34416 0 0 0 1247 21 0 0 20 0 1 0 409143479 2149769216 24930 33554432000 4194304 5870510 140724292863440 140724292862616 5282606 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 524846 24930 996 410 0 520319 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2099384 KiB
Current children cumulated memory: 99720 KiB

[startup+25.5004 s]
/proc/loadavg: 1.89 1.97 2.03 3/200 27370
/proc/meminfo: memFree=20088724/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2099384 memory=99724 CPUtime=25.48 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 40743 0 0 0 2527 21 0 0 20 0 1 0 409143479 2149769216 24931 33554432000 4194304 5870510 140724292863440 140724292862552 5283102 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 524846 24931 996 410 0 520319 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2099384 KiB
Current children cumulated memory: 99724 KiB

[startup+51.1097 s]
/proc/loadavg: 1.93 1.97 2.03 3/200 27372
/proc/meminfo: memFree=20075932/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2113568 memory=112008 CPUtime=51.09 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 57721 0 0 0 5086 23 0 0 20 0 1 0 409143479 2164293632 28002 33554432000 4194304 5870510 140724292863440 140724292862008 5282505 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 528392 28002 996 410 0 523865 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2113568 KiB
Current children cumulated memory: 112008 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 1.98 2.03 3/200 27376
/proc/meminfo: memFree=20049480/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2134076 memory=135368 CPUtime=102.27 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 65904 0 0 0 10203 24 0 0 20 0 1 0 409143479 2185293824 33842 33554432000 4194304 5870510 140724292863440 140724292862008 5282606 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 533519 33842 996 410 0 528992 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2134076 KiB
Current children cumulated memory: 135368 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 2.03 3/199 27380
/proc/meminfo: memFree=20035672/32770624 swapFree=66999192/67108860
[pid=27368] ppid=27365 vsize=2145752 memory=148364 CPUtime=162.26 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 76351 0 0 0 16201 25 0 0 20 0 1 0 409143479 2197250048 37091 33554432000 4194304 5870510 140724292863440 140724292862008 5281827 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 536438 37091 996 410 0 531911 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 2145752 KiB
Current children cumulated memory: 148364 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 27393
/proc/meminfo: memFree=20015396/32770624 swapFree=66999196/67108860
[pid=27368] ppid=27365 vsize=2176100 memory=165224 CPUtime=222.25 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 76782 0 0 0 22200 25 0 0 20 0 1 0 409143479 2228326400 41306 33554432000 4194304 5870510 140724292863440 140724292861880 5282295 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 544025 41306 996 410 0 539498 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 2176100 KiB
Current children cumulated memory: 165224 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 27457
/proc/meminfo: memFree=21770452/32770624 swapFree=66999196/67108860
[pid=27368] ppid=27365 vsize=2176100 memory=171412 CPUtime=282.22 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 84023 0 0 0 28196 26 0 0 20 0 1 0 409143479 2228326400 42853 33554432000 4194304 5870510 140724292863440 140724292861880 5282505 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 544025 42853 996 410 0 539498 0
Current children cumulated CPU time: 282.22 s
Current children cumulated vsize: 2176100 KiB
Current children cumulated memory: 171412 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 27461
/proc/meminfo: memFree=21755796/32770624 swapFree=66999196/67108860
[pid=27368] ppid=27365 vsize=2176100 memory=175340 CPUtime=342.21 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 84252 0 0 0 34195 26 0 0 20 0 1 0 409143479 2228326400 43835 33554432000 4194304 5870510 140724292863440 140724292861880 5282464 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 544025 43835 996 410 0 539498 0
Current children cumulated CPU time: 342.21 s
Current children cumulated vsize: 2176100 KiB
Current children cumulated memory: 175340 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 27467
/proc/meminfo: memFree=21746220/32770624 swapFree=66999196/67108860
[pid=27368] ppid=27365 vsize=2176100 memory=176476 CPUtime=402.2 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 84313 0 0 0 40194 26 0 0 20 0 1 0 409143479 2228326400 44119 33554432000 4194304 5870510 140724292863440 140724292861880 5282606 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 544025 44119 996 410 0 539498 0
Current children cumulated CPU time: 402.2 s
Current children cumulated vsize: 2176100 KiB
Current children cumulated memory: 176476 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 27471
/proc/meminfo: memFree=21743944/32770624 swapFree=66999196/67108860
[pid=27368] ppid=27365 vsize=2176100 memory=176476 CPUtime=462.19 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 84327 0 0 0 46193 26 0 0 20 0 1 0 409143479 2228326400 44119 33554432000 4194304 5870510 140724292863440 140724292861880 5282621 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 544025 44119 996 410 0 539498 0
Current children cumulated CPU time: 462.19 s
Current children cumulated vsize: 2176100 KiB
Current children cumulated memory: 176476 KiB


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

/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 1722.2 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/199 27616
/proc/meminfo: memFree=21653184/32770624 swapFree=66999196/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=1782.2 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 106060 0 0 0 178188 32 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5283106 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 1782.2 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+1842.3 s]
/proc/loadavg: 2.34 2.08 2.06 3/199 27622
/proc/meminfo: memFree=21653364/32770624 swapFree=66999196/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=1842.2 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 108192 0 0 0 184188 32 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5282429 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 1842.2 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+1902.3 s]
/proc/loadavg: 2.27 2.12 2.08 3/199 27626
/proc/meminfo: memFree=21653520/32770624 swapFree=66999196/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=1902.2 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 108361 0 0 0 190188 32 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5282778 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 1902.2 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+1962.3 s]
/proc/loadavg: 2.10 2.10 2.07 3/199 27630
/proc/meminfo: memFree=21653296/32770624 swapFree=66999196/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=1962.2 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 110395 0 0 0 196188 32 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5282432 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 1962.2 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+2022.3 s]
/proc/loadavg: 2.04 2.08 2.07 3/199 27643
/proc/meminfo: memFree=21653392/32770624 swapFree=66999200/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=2022.21 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 110406 0 0 0 202189 32 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5282606 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 2022.21 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.07 2.06 3/199 27647
/proc/meminfo: memFree=21653216/32770624 swapFree=66999200/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=2082.21 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 112161 0 0 0 208189 32 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5262639 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 2082.21 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/199 27651
/proc/meminfo: memFree=21653180/32770624 swapFree=66999200/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=2142.21 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 112689 0 0 0 214189 32 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5282680 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/199 27657
/proc/meminfo: memFree=21653032/32770624 swapFree=66999200/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=2202.21 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 114664 0 0 0 220188 33 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5282721 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/199 27661
/proc/meminfo: memFree=21653916/32770624 swapFree=66999200/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=2262.22 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 114675 0 0 0 226189 33 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5281827 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 2262.22 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 27666
/proc/meminfo: memFree=21653784/32770624 swapFree=66999200/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=2322.21 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 116827 0 0 0 232188 33 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5308692 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 2322.21 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 27672
/proc/meminfo: memFree=21652952/32770624 swapFree=66999200/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=2382.22 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 116837 0 0 0 238189 33 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5282242 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 2382.22 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 27676
/proc/meminfo: memFree=21652852/32770624 swapFree=66999200/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=2442.21 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 118877 0 0 0 244188 33 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 2442.21 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27681
/proc/meminfo: memFree=21653164/32770624 swapFree=66999200/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=2502.21 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 118888 0 0 0 250188 33 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 5282489 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 2502.21 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 27684
/proc/meminfo: memFree=21653100/32770624 swapFree=66999200/67108860
[pid=27368] ppid=27365 vsize=2228808 memory=236496 CPUtime=2519.93 cores=0,2,4,6
/proc/27368/stat : 27368 (xcsp_picat) R 27365 27368 24179 0 -1 4202496 119981 0 0 0 251959 34 0 0 20 0 1 0 409143479 2282299392 59124 33554432000 4194304 5870510 140724292863440 140724292862008 140486808400434 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 31387648 140724292867103 140724292867181 140724292867181 140724292870090 0
/proc/27368/statm: 557202 59124 996 410 0 552675 0
Current children cumulated CPU time: 2519.93 s
Current children cumulated vsize: 2228808 KiB
Current children cumulated memory: 236496 KiB

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

[startup+2520.01 s]
# the end of solver process 27368 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.6 s, system=0.342993 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.94
CPU user time (s): 2519.6
CPU system time (s): 0.342993
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 2228808
Max. memory (cumulated for all children) (KiB): 236496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.6
system time used= 0.342993
maximum resident set size= 236496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119981
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= 22
involuntary context switches= 1213


# summary of solver processes directly reported to runsolver:
#   pid: 27368
#   total CPU time (s): 2519.94
#   total CPU user time (s): 2519.6
#   total CPU system time (s): 0.342993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.67726 second user time and 20.3872 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-13 01:46:50
IDJOB=4395425
IDBENCH=126993
IDSOLVER=2844
FILE ID=node140/4395425-1568332050
RUNJOBID= node140-1568322359-24210
PBS_JOBID= 21701141
Free space on /tmp= 56860 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-088.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395425-1568332050/watcher-4395425-1568332050 -o /tmp/evaluation-result-4395425-1568332050/solver-4395425-1568332050 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568322359-24210 --watchdog 2580  xcsp_picat HOME/instance-4395425-1568332050.xml

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

MD5SUM BENCH= 433b6a25d6964ee5472894f745fbe815
RANDOM SEED=678138688

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20191068 kB
MemAvailable:   30070476 kB
Buffers:          151332 kB
Cached:          9903052 kB
SwapCached:         2828 kB
Active:          3356720 kB
Inactive:        8490820 kB
Active(anon):    1790012 kB
Inactive(anon):    43924 kB
Active(file):    1566708 kB
Inactive(file):  8446896 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66999192 kB
Dirty:              3116 kB
Writeback:             0 kB
AnonPages:       1898972 kB
Mapped:            45284 kB
Shmem:             32168 kB
Slab:             324544 kB
SReclaimable:     294264 kB
SUnreclaim:        30280 kB
KernelStack:        3568 kB
PageTables:         9200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4564836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 56860 MiB
End job on node140 at 2019-09-13 02:28:50