Trace number 4407641

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
(reference) PicatSAT 2019-09-12? (TO) 2400.02 2399.9

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-062.xml
MD5SUM008177aac4f491992dc0e91994ba9658
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark595
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables3905
Number of constraints2013
Number of domains123
Minimum domain size2
Maximum domain size123
Distribution of domain sizes[{"size":2,"count":1954},{"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":75,"count":1}, {"size":77,"count":1}, {"size":79,"count":1}, {"size":81,"count":1}, {"size":83,"count":1}, {"size":85,"count":1}, {"size":87,"count":1}, {"size":89,"count":1}, {"size":91,"count":1}, {"size":93,"count":1}, {"size":95,"count":1}, {"size":97,"count":1}, {"size":99,"count":1}, {"size":101,"count":1}, {"size":103,"count":1}, {"size":105,"count":1}, {"size":107,"count":1}, {"size":109,"count":1}, {"size":111,"count":1}, {"size":113,"count":1}, {"size":115,"count":1}, {"size":117,"count":1}, {"size":119,"count":1}, {"size":121,"count":1}, {"size":123,"count":1}]
Minimum variable degree0
Maximum variable degree61
Distribution of variable degrees[{"degree":0,"count":1830},{"degree":2,"count":2013},{"degree":61,"count":62}]
Minimum constraint arity2
Maximum constraint arity62
Distribution of constraint arities[{"arity":2,"count":62},{"arity":3,"count":1892},{"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":38,"count":1}, {"arity":39,"count":1}, {"arity":40,"count":1}, {"arity":41,"count":1}, {"arity":42,"count":1}, {"arity":43,"count":1}, {"arity":44,"count":1}, {"arity":45,"count":1}, {"arity":46,"count":1}, {"arity":47,"count":1}, {"arity":48,"count":1}, {"arity":49,"count":1}, {"arity":50,"count":1}, {"arity":51,"count":1}, {"arity":52,"count":1}, {"arity":53,"count":1}, {"arity":54,"count":1}, {"arity":55,"count":1}, {"arity":56,"count":1}, {"arity":57,"count":1}, {"arity":58,"count":1}, {"arity":59,"count":1}, {"arity":60,"count":1}, {"arity":61,"count":1}, {"arity":62,"count":1}]
Number of extensional constraints0
Number of intensional constraints1952
Distribution of constraint types[{"type":"intension","count":1952},{"type":"sum","count":61}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

17.89/17.93	c xcsp_picat version 2.7b12 (9/12/2019)
17.89/17.93	o 1555

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407641-1569511600/watcher-4407641-1569511600 -o /tmp/evaluation-result-4407641-1569511600/solver-4407641-1569511600 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1569509598-26660 --watchdog 2560 xcsp_picat HOME/instance-4407641-1569511600.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=27141, runsolver pid=27138

[startup+0.100198 s]*
/proc/loadavg: 2.00 2.01 1.79 3/199 27142
/proc/meminfo: memFree=23806744/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2041988 memory=31700 CPUtime=0.1 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 3588 0 0 0 10 0 0 0 20 0 1 0 527426721 2090995712 7925 33554432000 4194304 5870510 140736258034432 140736258031576 5255728 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 510497 7925 957 410 0 505970 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2041988 KiB
Current children cumulated memory: 31700 KiB

[startup+0.209893 s]*
/proc/loadavg: 2.00 2.01 1.79 3/199 27142
/proc/meminfo: memFree=23799800/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2046252 memory=37256 CPUtime=0.21 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 5188 0 0 0 20 1 0 0 20 0 1 0 527426721 2095362048 9314 33554432000 4194304 5870510 140736258034432 140736258031576 140550807203719 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 511563 9314 957 410 0 507036 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2046252 KiB
Current children cumulated memory: 37256 KiB

[startup+0.309677 s]*
/proc/loadavg: 2.00 2.01 1.79 3/199 27142
/proc/meminfo: memFree=23799800/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2046404 memory=37516 CPUtime=0.3 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 5230 0 0 0 28 2 0 0 20 0 1 0 527426721 2095517696 9379 33554432000 4194304 5870510 140736258034432 140736258031576 5407322 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 511601 9379 957 410 0 507074 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2046404 KiB
Current children cumulated memory: 37516 KiB

[startup+0.700336 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27142
/proc/meminfo: memFree=23799492/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2046536 memory=37516 CPUtime=0.69 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 5242 0 0 0 67 2 0 0 20 0 1 0 527426721 2095652864 9379 33554432000 4194304 5870510 140736258034432 140736258033544 5478371 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 511634 9379 957 410 0 507107 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2046536 KiB
Current children cumulated memory: 37516 KiB

[startup+1.50042 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27142
/proc/meminfo: memFree=23799572/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2050412 memory=38736 CPUtime=1.49 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 5551 0 0 0 145 4 0 0 20 0 1 0 527426721 2099621888 9684 33554432000 4194304 5870510 140736258034432 140736258033432 5343854 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 512603 9684 966 410 0 508076 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2050412 KiB
Current children cumulated memory: 38736 KiB

[startup+3.10962 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27142
/proc/meminfo: memFree=23787420/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2060244 memory=50008 CPUtime=3.1 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 11243 0 0 0 306 4 0 0 20 0 1 0 527426721 2109689856 12502 33554432000 4194304 5870510 140736258034432 140736258033432 140550812441257 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 515061 12502 987 410 0 510534 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2060244 KiB
Current children cumulated memory: 50008 KiB

[startup+6.30038 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27142
/proc/meminfo: memFree=23784464/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2067384 memory=57944 CPUtime=6.29 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 15617 0 0 0 624 5 0 0 20 0 1 0 527426721 2117001216 14486 33554432000 4194304 5870510 140736258034432 140736258033752 5274516 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 516846 14486 989 410 0 512319 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2067384 KiB
Current children cumulated memory: 57944 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 27142
/proc/meminfo: memFree=23783640/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2065076 memory=56864 CPUtime=12.69 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 20403 0 0 0 1260 9 0 0 20 0 1 0 527426721 2114637824 14216 33554432000 4194304 5870510 140736258034432 140736258033144 140550812443611 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 516269 14216 996 410 0 511742 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2065076 KiB
Current children cumulated memory: 56864 KiB

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 1.80 3/200 27144
/proc/meminfo: memFree=23804420/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2075352 memory=67000 CPUtime=25.49 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 29905 0 0 0 2539 10 0 0 20 0 1 0 527426721 2125160448 16750 33554432000 4194304 5870510 140736258034432 140736258032872 5272880 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 518838 16750 996 410 0 514311 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2075352 KiB
Current children cumulated memory: 67000 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.01 1.80 3/199 27144
/proc/meminfo: memFree=23780244/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2083012 memory=74820 CPUtime=51.1 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 35397 0 0 0 5100 10 0 0 20 0 1 0 527426721 2133004288 18705 33554432000 4194304 5870510 140736258034432 140736258033000 5274443 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 520753 18705 996 410 0 516226 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2083012 KiB
Current children cumulated memory: 74820 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/199 27148
/proc/meminfo: memFree=23728060/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2106328 memory=98160 CPUtime=102.29 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 42863 0 0 0 10218 11 0 0 20 0 1 0 527426721 2156879872 24540 33554432000 4194304 5870510 140736258034432 140736258033000 5282609 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 526582 24540 996 410 0 522055 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2106328 KiB
Current children cumulated memory: 98160 KiB

[startup+162.3 s]
/proc/loadavg: 2.08 2.03 1.83 3/200 27156
/proc/meminfo: memFree=23744680/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2106328 memory=98168 CPUtime=162.3 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 49512 0 0 0 16218 12 0 0 20 0 1 0 527426721 2156879872 24542 33554432000 4194304 5870510 140736258034432 140736258033000 5272880 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 526582 24542 996 410 0 522055 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2106328 KiB
Current children cumulated memory: 98168 KiB

[startup+222.3 s]
/proc/loadavg: 2.03 2.03 1.84 3/200 27160
/proc/meminfo: memFree=23749708/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2118216 memory=107408 CPUtime=222.29 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 58070 0 0 0 22216 13 0 0 20 0 1 0 527426721 2169053184 26852 33554432000 4194304 5870510 140736258034432 140736258033000 5282717 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 529554 26852 996 410 0 525027 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2118216 KiB
Current children cumulated memory: 107408 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 1.85 3/200 27171
/proc/meminfo: memFree=23707744/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2125400 memory=119856 CPUtime=282.29 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 59581 0 0 0 28216 13 0 0 20 0 1 0 527426721 2176409600 29964 33554432000 4194304 5870510 140736258034432 140736258033000 5282578 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 531350 29964 996 410 0 526823 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2125400 KiB
Current children cumulated memory: 119856 KiB

[startup+342.3 s]
/proc/loadavg: 2.14 2.06 1.88 3/200 27177
/proc/meminfo: memFree=23735916/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2106724 memory=101424 CPUtime=342.3 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 60324 0 0 0 34216 14 0 0 20 0 1 0 527426721 2157285376 25356 33554432000 4194304 5870510 140736258034432 140736258033448 5282578 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 526681 25356 996 410 0 522154 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2106724 KiB
Current children cumulated memory: 101424 KiB

[startup+402.3 s]
/proc/loadavg: 2.14 2.08 1.89 3/200 27181
/proc/meminfo: memFree=23727192/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2125400 memory=119312 CPUtime=402.3 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 60747 0 0 0 40216 14 0 0 20 0 1 0 527426721 2176409600 29828 33554432000 4194304 5870510 140736258034432 140736258033000 5308315 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 531350 29828 996 410 0 526823 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2125400 KiB
Current children cumulated memory: 119312 KiB

[startup+462.3 s]
/proc/loadavg: 2.22 2.11 1.92 3/199 27246
/proc/meminfo: memFree=25903204/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2137068 memory=132144 CPUtime=462.31 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 62434 0 0 0 46216 15 0 0 20 0 1 0 527426721 2188357632 33036 33554432000 4194304 5870510 140736258034432 140736258033000 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 534267 33036 996 410 0 529740 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 2137068 KiB
Current children cumulated memory: 132144 KiB


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

/proc/27141/statm: 539100 37925 996 410 0 534573 0
Current children cumulated CPU time: 1662.37 s
Current children cumulated vsize: 2156400 KiB
Current children cumulated memory: 151700 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/200 27424
/proc/meminfo: memFree=25792636/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2156400 memory=151700 CPUtime=1722.37 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 74244 0 0 0 172221 16 0 0 20 0 1 0 527426721 2208153600 37925 33554432000 4194304 5870510 140736258034432 140736258033000 5282489 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 539100 37925 996 410 0 534573 0
Current children cumulated CPU time: 1722.37 s
Current children cumulated vsize: 2156400 KiB
Current children cumulated memory: 151700 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 27431
/proc/meminfo: memFree=25792072/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2156400 memory=151700 CPUtime=1782.38 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 74261 0 0 0 178222 16 0 0 20 0 1 0 527426721 2208153600 37925 33554432000 4194304 5870510 140736258034432 140736258033000 5283072 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 539100 37925 996 410 0 534573 0
Current children cumulated CPU time: 1782.38 s
Current children cumulated vsize: 2156400 KiB
Current children cumulated memory: 151700 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 27435
/proc/meminfo: memFree=25784596/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2168072 memory=158556 CPUtime=1842.38 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 74503 0 0 0 184222 16 0 0 20 0 1 0 527426721 2220105728 39639 33554432000 4194304 5870510 140736258034432 140736258033000 5282627 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 542018 39639 996 410 0 537491 0
Current children cumulated CPU time: 1842.38 s
Current children cumulated vsize: 2168072 KiB
Current children cumulated memory: 158556 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 27439
/proc/meminfo: memFree=25785160/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2168072 memory=158768 CPUtime=1902.38 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 76806 0 0 0 190222 16 0 0 20 0 1 0 527426721 2220105728 39692 33554432000 4194304 5870510 140736258034432 140736258033000 5288874 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 542018 39692 996 410 0 537491 0
Current children cumulated CPU time: 1902.38 s
Current children cumulated vsize: 2168072 KiB
Current children cumulated memory: 158768 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 27446
/proc/meminfo: memFree=25785228/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2168072 memory=158768 CPUtime=1962.38 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 76866 0 0 0 196222 16 0 0 20 0 1 0 527426721 2220105728 39692 33554432000 4194304 5870510 140736258034432 140736258033000 5305256 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 542018 39692 996 410 0 537491 0
Current children cumulated CPU time: 1962.38 s
Current children cumulated vsize: 2168072 KiB
Current children cumulated memory: 158768 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 27450
/proc/meminfo: memFree=25786436/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2175492 memory=170792 CPUtime=2022.39 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 78275 0 0 0 202222 17 0 0 20 0 1 0 527426721 2227703808 42698 33554432000 4194304 5870510 140736258034432 140736258033000 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 543873 42698 996 410 0 539346 0
Current children cumulated CPU time: 2022.39 s
Current children cumulated vsize: 2175492 KiB
Current children cumulated memory: 170792 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 27461
/proc/meminfo: memFree=25782740/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2175492 memory=170792 CPUtime=2082.39 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 78282 0 0 0 208222 17 0 0 20 0 1 0 527426721 2227703808 42698 33554432000 4194304 5870510 140736258034432 140736258033000 5277830 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 543873 42698 996 410 0 539346 0
Current children cumulated CPU time: 2082.39 s
Current children cumulated vsize: 2175492 KiB
Current children cumulated memory: 170792 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/200 27490
/proc/meminfo: memFree=25780880/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2175492 memory=170792 CPUtime=2142.4 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 80796 0 0 0 214223 17 0 0 20 0 1 0 527426721 2227703808 42698 33554432000 4194304 5870510 140736258034432 140736258033000 5282531 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 543873 42698 996 410 0 539346 0
Current children cumulated CPU time: 2142.4 s
Current children cumulated vsize: 2175492 KiB
Current children cumulated memory: 170792 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/200 27494
/proc/meminfo: memFree=25779320/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2175492 memory=170792 CPUtime=2202.4 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 80881 0 0 0 220223 17 0 0 20 0 1 0 527426721 2227703808 42698 33554432000 4194304 5870510 140736258034432 140736258033000 5282284 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 543873 42698 996 410 0 539346 0
Current children cumulated CPU time: 2202.4 s
Current children cumulated vsize: 2175492 KiB
Current children cumulated memory: 170792 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/200 27498
/proc/meminfo: memFree=25788720/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2175492 memory=170792 CPUtime=2262.4 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 80894 0 0 0 226223 17 0 0 20 0 1 0 527426721 2227703808 42698 33554432000 4194304 5870510 140736258034432 140736258033000 5282251 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 543873 42698 996 410 0 539346 0
Current children cumulated CPU time: 2262.4 s
Current children cumulated vsize: 2175492 KiB
Current children cumulated memory: 170792 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/200 27504
/proc/meminfo: memFree=25778352/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2175492 memory=170792 CPUtime=2322.41 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 80908 0 0 0 232224 17 0 0 20 0 1 0 527426721 2227703808 42698 33554432000 4194304 5870510 140736258034432 140736258033000 5308192 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 543873 42698 996 410 0 539346 0
Current children cumulated CPU time: 2322.41 s
Current children cumulated vsize: 2175492 KiB
Current children cumulated memory: 170792 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/200 27508
/proc/meminfo: memFree=25785516/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2187152 memory=173044 CPUtime=2382.41 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 83505 0 0 0 238224 17 0 0 20 0 1 0 527426721 2239643648 43261 33554432000 4194304 5870510 140736258034432 140736258033000 5282694 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 546788 43261 996 410 0 542261 0
Current children cumulated CPU time: 2382.41 s
Current children cumulated vsize: 2187152 KiB
Current children cumulated memory: 173044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 1.95 3/200 27509
/proc/meminfo: memFree=25775180/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2187152 memory=177140 CPUtime=2400.01 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 83510 0 0 0 239984 17 0 0 20 0 1 0 527426721 2239643648 44285 33554432000 4194304 5870510 140736258034432 140736258033000 5283106 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 546788 44285 996 410 0 542261 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 2187152 KiB
Current children cumulated memory: 177140 KiB

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

[startup+2399.9 s]
# the end of solver process 27141 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.84 s, system=0.18101 s

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

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 1.95 3/200 27509
/proc/meminfo: memFree=25775180/32770624 swapFree=66975648/67108860
[pid=27141] ppid=27138 vsize=2187152 memory=177140 CPUtime=2400.01 cores=0,2,4,6
/proc/27141/stat : 27141 (xcsp_picat) R 27138 27141 26629 0 -1 4202496 83510 0 0 0 239984 17 0 0 20 0 1 0 527426721 2239643648 44285 33554432000 4194304 5870510 140736258034432 140736258033000 5283106 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 30543872 140736258040863 140736258040941 140736258040941 140736258043850 0
/proc/27141/statm: 546788 44285 996 410 0 542261 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 2187152 KiB
Current children cumulated memory: 177140 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2399.9
CPU time (s): 2400.02
CPU user time (s): 2399.84
CPU system time (s): 0.18101
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2187152
Max. memory (cumulated for all children) (KiB): 177140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.84
system time used= 0.18101
maximum resident set size= 177200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83510
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= 17
involuntary context switches= 676


# summary of solver processes directly reported to runsolver:
#   pid: 27141
#   total CPU time (s): 2400.02
#   total CPU user time (s): 2399.84
#   total CPU system time (s): 0.18101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6157 second user time and 17.1351 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-26 17:25:57
IDJOB=4407641
IDBENCH=127010
IDSOLVER=2873
FILE ID=node125/4407641-1569511600
RUNJOBID= node125-1569509598-26660
PBS_JOBID= 21705790
Free space on /tmp= 4252 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-062.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407641-1569511600/watcher-4407641-1569511600 -o /tmp/evaluation-result-4407641-1569511600/solver-4407641-1569511600 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1569509598-26660 --watchdog 2560  xcsp_picat HOME/instance-4407641-1569511600.xml

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

MD5SUM BENCH= 008177aac4f491992dc0e91994ba9658
RANDOM SEED=939791797

node125.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.29
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.29
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.29
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.29
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:        23833764 kB
MemAvailable:   29489976 kB
Buffers:          132624 kB
Cached:          5616780 kB
SwapCached:        29880 kB
Active:          4999872 kB
Inactive:        3092420 kB
Active(anon):    2325500 kB
Inactive(anon):    89352 kB
Active(file):    2674372 kB
Inactive(file):  3003068 kB
Unevictable:      107864 kB
Mlocked:          107864 kB
SwapTotal:      67108860 kB
SwapFree:       66975648 kB
Dirty:              3132 kB
Writeback:             0 kB
AnonPages:       2421668 kB
Mapped:            24720 kB
Shmem:             63836 kB
Slab:             436340 kB
SReclaimable:     407232 kB
SUnreclaim:        29108 kB
KernelStack:        3632 kB
PageTables:        10184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4141200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2310144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4248 MiB
End job on node125 at 2019-09-26 18:05:57