Trace number 4395725

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.1 2400.11

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 benchmark2400.08
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.39/24.41	c xcsp_picat version 2.7b12 (9/12/2019)
24.39/24.41	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 (11775 MiB free)
  memory of node 1: 16384 MiB (14340 MiB free)
  node distances:
     10  21
     21  10

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

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

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=25184, runsolver pid=25181

[startup+0.100218 s]*
/proc/loadavg: 2.19 2.07 2.06 3/201 25185
/proc/meminfo: memFree=26716836/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2031716 memory=31872 CPUtime=0.1 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 1479 0 0 0 10 0 0 0 20 0 1 0 409455702 2080477184 7968 33554432000 4194304 5870510 140725384602544 140725384599688 4461881 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 507929 7968 888 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 31872 KiB

[startup+0.209983 s]*
/proc/loadavg: 2.19 2.07 2.06 3/201 25185
/proc/meminfo: memFree=26697608/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2049000 memory=49540 CPUtime=0.21 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 4572 0 0 0 20 1 0 0 20 0 1 0 409455702 2098176000 12385 33554432000 4194304 5870510 140725384602544 140725384599688 140260104616933 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 512250 12385 957 410 0 507723 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2049000 KiB
Current children cumulated memory: 49540 KiB

[startup+0.309847 s]*
/proc/loadavg: 2.19 2.07 2.06 3/201 25185
/proc/meminfo: memFree=26688556/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2062600 memory=59120 CPUtime=0.31 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 7269 0 0 0 30 1 0 0 20 0 1 0 409455702 2112102400 14780 33554432000 4194304 5870510 140725384602544 140725384599688 5287596 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 515650 14780 957 410 0 511123 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2062600 KiB
Current children cumulated memory: 59120 KiB

[startup+0.700346 s]
/proc/loadavg: 2.19 2.07 2.06 3/201 25185
/proc/meminfo: memFree=26679192/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2068048 memory=68248 CPUtime=0.69 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 9248 0 0 0 62 7 0 0 20 0 1 0 409455702 2117681152 17062 33554432000 4194304 5870510 140725384602544 140725384601800 5575684 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 517012 17062 957 410 0 512485 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2068048 KiB
Current children cumulated memory: 68248 KiB

[startup+1.50034 s]
/proc/loadavg: 2.19 2.07 2.06 3/201 25185
/proc/meminfo: memFree=26678368/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2068048 memory=68248 CPUtime=1.49 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 9257 0 0 0 142 7 0 0 20 0 1 0 409455702 2117681152 17062 33554432000 4194304 5870510 140725384602544 140725384601800 5562059 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 517012 17062 957 410 0 512485 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2068048 KiB
Current children cumulated memory: 68248 KiB

[startup+3.10974 s]
/proc/loadavg: 2.09 2.05 2.05 3/201 25185
/proc/meminfo: memFree=26673588/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2075244 memory=72528 CPUtime=3.1 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 18781 0 0 0 298 12 0 0 20 0 1 0 409455702 2125049856 18132 33554432000 4194304 5870510 140725384602544 140725384600888 5337449 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 518811 18132 967 410 0 514284 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2075244 KiB
Current children cumulated memory: 72528 KiB

[startup+6.30038 s]
/proc/loadavg: 2.09 2.05 2.05 3/201 25185
/proc/meminfo: memFree=26646948/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2104072 memory=97868 CPUtime=6.29 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 25358 0 0 0 617 12 0 0 20 0 1 0 409455702 2154569728 24467 33554432000 4194304 5870510 140725384602544 140725384600888 5282606 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 526018 24467 989 410 0 521491 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2104072 KiB
Current children cumulated memory: 97868 KiB

[startup+12.7004 s]
/proc/loadavg: 2.16 2.07 2.06 3/201 25187
/proc/meminfo: memFree=26660044/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2099444 memory=95868 CPUtime=12.69 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 38609 0 0 0 1246 23 0 0 20 0 1 0 409455702 2149830656 23967 33554432000 4194304 5870510 140725384602544 140725384601256 5282767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 524861 23967 996 410 0 520334 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2099444 KiB
Current children cumulated memory: 95868 KiB

[startup+25.5005 s]
/proc/loadavg: 2.14 2.06 2.06 3/201 25188
/proc/meminfo: memFree=26639328/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2099444 memory=100172 CPUtime=25.49 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 44009 0 0 0 2526 23 0 0 20 0 1 0 409455702 2149830656 25043 33554432000 4194304 5870510 140725384602544 140725384601256 5282475 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 524861 25043 996 410 0 520334 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2099444 KiB
Current children cumulated memory: 100172 KiB

[startup+51.1097 s]
/proc/loadavg: 2.03 2.04 2.05 3/201 25188
/proc/meminfo: memFree=26611376/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2113568 memory=112460 CPUtime=51.1 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 56583 0 0 0 5085 25 0 0 20 0 1 0 409455702 2164293632 28115 33554432000 4194304 5870510 140725384602544 140725384601112 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 528392 28115 996 410 0 523865 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2113568 KiB
Current children cumulated memory: 112460 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/201 25194
/proc/meminfo: memFree=26584924/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2134080 memory=134056 CPUtime=102.29 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 64142 0 0 0 10203 26 0 0 20 0 1 0 409455702 2185297920 33514 33554432000 4194304 5870510 140725384602544 140725384601112 5282578 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 533520 33514 996 410 0 528993 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2134080 KiB
Current children cumulated memory: 134056 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 25198
/proc/meminfo: memFree=26539696/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2145752 memory=147776 CPUtime=162.29 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 73592 0 0 0 16202 27 0 0 20 0 1 0 409455702 2197250048 36944 33554432000 4194304 5870510 140725384602544 140725384601112 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 536438 36944 996 410 0 531911 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2145752 KiB
Current children cumulated memory: 147776 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 25202
/proc/meminfo: memFree=26521388/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2176100 memory=165704 CPUtime=222.3 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 74036 0 0 0 22202 28 0 0 20 0 1 0 409455702 2228326400 41426 33554432000 4194304 5870510 140725384602544 140725384600984 5282578 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 544025 41426 996 410 0 539498 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2176100 KiB
Current children cumulated memory: 165704 KiB

[startup+282.3 s]
/proc/loadavg: 2.44 2.13 2.08 3/199 25208
/proc/meminfo: memFree=26516368/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2176100 memory=169804 CPUtime=282.3 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 80320 0 0 0 28202 28 0 0 20 0 1 0 409455702 2228326400 42451 33554432000 4194304 5870510 140725384602544 140725384600984 5282578 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 544025 42451 996 410 0 539498 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2176100 KiB
Current children cumulated memory: 169804 KiB

[startup+342.3 s]
/proc/loadavg: 2.30 2.16 2.10 3/199 25212
/proc/meminfo: memFree=26516356/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2176100 memory=169804 CPUtime=342.3 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 80584 0 0 0 34202 28 0 0 20 0 1 0 409455702 2228326400 42451 33554432000 4194304 5870510 140725384602544 140725384600984 5282467 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 544025 42451 996 410 0 539498 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2176100 KiB
Current children cumulated memory: 169804 KiB

[startup+402.3 s]
/proc/loadavg: 2.11 2.13 2.09 3/199 25216
/proc/meminfo: memFree=26530124/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2176100 memory=169804 CPUtime=402.3 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 87176 0 0 0 40202 28 0 0 20 0 1 0 409455702 2228326400 42451 33554432000 4194304 5870510 140725384602544 140725384600984 5282284 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 544025 42451 996 410 0 539498 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2176100 KiB
Current children cumulated memory: 169804 KiB

[startup+462.3 s]
/proc/loadavg: 2.04 2.11 2.08 3/199 25229
/proc/meminfo: memFree=26503412/32770624 swapFree=66957008/67108860
[pid=25184] ppid=25181 vsize=2176100 memory=169804 CPUtime=462.3 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 87327 0 0 0 46202 28 0 0 20 0 1 0 409455702 2228326400 42451 33554432000 4194304 5870510 140725384602544 140725384600984 5281974 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 544025 42451 996 410 0 539498 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2176100 KiB
Current children cumulated memory: 169804 KiB


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

/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 1662.31 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/200 25366
/proc/meminfo: memFree=26393772/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=1722.31 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 159531 0 0 0 172192 39 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5274721 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 1722.31 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/200 25370
/proc/meminfo: memFree=26393392/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=1782.31 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 159541 0 0 0 178192 39 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5282609 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 1782.31 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 25374
/proc/meminfo: memFree=26421904/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=1842.31 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 160299 0 0 0 184192 39 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 1842.31 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+1902.3 s]
/proc/loadavg: 2.10 2.06 2.05 3/200 25422
/proc/meminfo: memFree=26404748/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=1902.3 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 161253 0 0 0 190191 39 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5282606 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 1902.3 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+1962.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/200 25426
/proc/meminfo: memFree=26405228/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=1962.3 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 162446 0 0 0 196190 40 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 1962.3 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/200 25430
/proc/meminfo: memFree=26381532/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=2022.3 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 162460 0 0 0 202190 40 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/201 25436
/proc/meminfo: memFree=26375184/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=2082.3 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 164162 0 0 0 208190 40 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5283106 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/200 25440
/proc/meminfo: memFree=26375968/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=2142.3 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 164174 0 0 0 214190 40 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5282251 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 2142.3 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 25444
/proc/meminfo: memFree=26356852/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=2202.29 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 164942 0 0 0 220189 40 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 2202.29 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/200 25457
/proc/meminfo: memFree=26356668/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=2262.29 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 165465 0 0 0 226189 40 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5282767 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 2262.29 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25461
/proc/meminfo: memFree=26355092/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=2322.28 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 167170 0 0 0 232188 40 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5282767 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 2322.28 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25526
/proc/meminfo: memFree=26525212/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=2382.28 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 167180 0 0 0 238188 40 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5282255 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 2382.28 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25528
/proc/meminfo: memFree=26461648/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=2400.09 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 167422 0 0 0 239969 40 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

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

[startup+2400.11 s]
# the end of solver process 25184 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.69 s, system=0.410001 s

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

[startup+2400.11 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25528
/proc/meminfo: memFree=26461648/32770624 swapFree=66957012/67108860
[pid=25184] ppid=25181 vsize=2228772 memory=236448 CPUtime=2400.09 cores=0,2,4,6
/proc/25184/stat : 25184 (xcsp_picat) R 25181 25184 22038 0 -1 4202496 167422 0 0 0 239969 40 0 0 20 0 1 0 409455702 2282262528 59112 33554432000 4194304 5870510 140725384602544 140725384601112 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 34516992 140725384606751 140725384606829 140725384606829 140725384609738 0
/proc/25184/statm: 557193 59112 996 410 0 552666 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 2228772 KiB
Current children cumulated memory: 236448 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.11
CPU time (s): 2400.1
CPU user time (s): 2399.69
CPU system time (s): 0.410001
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 2228772
Max. memory (cumulated for all children) (KiB): 236448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.69
system time used= 0.410001
maximum resident set size= 236448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167422
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= 21
involuntary context switches= 1229


# summary of solver processes directly reported to runsolver:
#   pid: 25184
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2399.69
#   total CPU system time (s): 0.410001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.96755 second user time and 18.4635 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 02:42:55
IDJOB=4395725
IDBENCH=126993
IDSOLVER=2845
FILE ID=node147/4395725-1568335418
RUNJOBID= node147-1568328264-22069
PBS_JOBID= 21701153
Free space on /tmp= 56540 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-4395725-1568335418/watcher-4395725-1568335418 -o /tmp/evaluation-result-4395725-1568335418/solver-4395725-1568335418 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568328264-22069 --watchdog 2560  xcsp_picat HOME/instance-4395725-1568335418.xml

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

MD5SUM BENCH= 433b6a25d6964ee5472894f745fbe815
RANDOM SEED=1839299506

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26742528 kB
MemAvailable:   31716796 kB
Buffers:          130300 kB
Cached:          5067720 kB
SwapCached:        48504 kB
Active:          2174556 kB
Inactive:        3174296 kB
Active(anon):     102936 kB
Inactive(anon):    89348 kB
Active(file):    2071620 kB
Inactive(file):  3084948 kB
Unevictable:      107768 kB
Mlocked:          107768 kB
SwapTotal:      67108860 kB
SwapFree:       66957008 kB
Dirty:              3492 kB
Writeback:             0 kB
AnonPages:        254564 kB
Mapped:            46188 kB
Shmem:             32764 kB
Slab:             274916 kB
SReclaimable:     246160 kB
SUnreclaim:        28756 kB
KernelStack:        3840 kB
PageTables:         5600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2612480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

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