Trace number 4395732

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.02 2400.2

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-072.xml
MD5SUM3b7c910d9b57f1d6426daaa1c2d4da0c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark584
Best CPU time to get the best result obtained on this benchmark2400.45
Satisfiable
(Un)Satisfiability was proved
Number of variables5255
Number of constraints2698
Number of domains143
Minimum domain size2
Maximum domain size143
Distribution of domain sizes[{"size":2,"count":2629},{"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":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}, {"size":125,"count":1}, {"size":127,"count":1}, {"size":129,"count":1}, {"size":131,"count":1}, {"size":133,"count":1}, {"size":135,"count":1}, {"size":137,"count":1}, {"size":139,"count":1}, {"size":141,"count":1}, {"size":143,"count":1}]
Minimum variable degree0
Maximum variable degree71
Distribution of variable degrees[{"degree":0,"count":2485},{"degree":2,"count":2698},{"degree":71,"count":72}]
Minimum constraint arity2
Maximum constraint arity72
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":2557},{"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":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}, {"arity":63,"count":1}, {"arity":64,"count":1}, {"arity":65,"count":1}, {"arity":66,"count":1}, {"arity":67,"count":1}, {"arity":68,"count":1}, {"arity":69,"count":1}, {"arity":70,"count":1}, {"arity":71,"count":1}, {"arity":72,"count":1}]
Number of extensional constraints0
Number of intensional constraints2627
Distribution of constraint types[{"type":"intension","count":2627},{"type":"sum","count":71}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

21.39/21.40	c xcsp_picat version 2.7b12 (9/12/2019)
21.39/21.40	o 3256
136.38/136.45	o 1044

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395732-1568336340/watcher-4395732-1568336340 -o /tmp/evaluation-result-4395732-1568336340/solver-4395732-1568336340 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568323825-31467 --watchdog 2560 xcsp_picat HOME/instance-4395732-1568336340.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=3109, runsolver pid=3106

[startup+0.100205 s]*
/proc/loadavg: 2.00 2.02 2.05 3/202 3110
/proc/meminfo: memFree=30886448/32770624 swapFree=66966304/67108860
[pid=3109] ppid=3106 vsize=2041828 memory=31540 CPUtime=0.09 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 3474 0 0 0 9 0 0 0 20 0 1 0 409883542 2090831872 7885 33554432000 4194304 5870510 140731792249328 140731792248632 140368644079306 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 510457 7885 957 410 0 505930 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2041828 KiB
Current children cumulated memory: 31540 KiB

[startup+0.209953 s]*
/proc/loadavg: 2.00 2.02 2.05 3/202 3110
/proc/meminfo: memFree=30874356/32770624 swapFree=66966304/67108860
[pid=3109] ppid=3106 vsize=2051884 memory=43140 CPUtime=0.21 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 6128 0 0 0 20 1 0 0 20 0 1 0 409883542 2101129216 10785 33554432000 4194304 5870510 140731792249328 140731792248632 5287642 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 512971 10785 957 410 0 508444 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2051884 KiB
Current children cumulated memory: 43140 KiB

[startup+0.309971 s]*
/proc/loadavg: 2.00 2.02 2.05 3/202 3110
/proc/meminfo: memFree=30869644/32770624 swapFree=66966304/67108860
[pid=3109] ppid=3106 vsize=2054132 memory=46912 CPUtime=0.31 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 7280 0 0 0 29 2 0 0 20 0 1 0 409883542 2103431168 11728 33554432000 4194304 5870510 140731792249328 140731792248632 140368644038535 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 513533 11728 957 410 0 509006 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2054132 KiB
Current children cumulated memory: 46912 KiB

[startup+0.700344 s]
/proc/loadavg: 2.00 2.02 2.05 3/202 3110
/proc/meminfo: memFree=30869644/32770624 swapFree=66966304/67108860
[pid=3109] ppid=3106 vsize=2054280 memory=47172 CPUtime=0.69 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 7339 0 0 0 65 4 0 0 20 0 1 0 409883542 2103582720 11793 33554432000 4194304 5870510 140731792249328 140731792248440 140368644038535 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 513570 11793 957 410 0 509043 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2054280 KiB
Current children cumulated memory: 47172 KiB

[startup+1.50035 s]
/proc/loadavg: 2.00 2.02 2.05 3/202 3110
/proc/meminfo: memFree=30869272/32770624 swapFree=66966304/67108860
[pid=3109] ppid=3106 vsize=2055112 memory=47824 CPUtime=1.49 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 7496 0 0 0 143 6 0 0 20 0 1 0 409883542 2104434688 11956 33554432000 4194304 5870510 140731792249328 140731792248520 5337504 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 513778 11956 964 410 0 509251 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2055112 KiB
Current children cumulated memory: 47824 KiB

[startup+3.10993 s]
/proc/loadavg: 2.00 2.02 2.05 3/202 3110
/proc/meminfo: memFree=30857708/32770624 swapFree=66966304/67108860
[pid=3109] ppid=3106 vsize=2065772 memory=57584 CPUtime=3.1 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 14846 0 0 0 303 7 0 0 20 0 1 0 409883542 2115350528 14396 33554432000 4194304 5870510 140731792249328 140731792247656 5267696 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 516443 14396 987 410 0 511916 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2065772 KiB
Current children cumulated memory: 57584 KiB

[startup+6.30037 s]
/proc/loadavg: 2.08 2.03 2.05 3/202 3110
/proc/meminfo: memFree=30853004/32770624 swapFree=66966304/67108860
[pid=3109] ppid=3106 vsize=2070192 memory=63304 CPUtime=6.29 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 20704 0 0 0 622 7 0 0 20 0 1 0 409883542 2119876608 15826 33554432000 4194304 5870510 140731792249328 140731792247768 5298780 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 517548 15826 989 410 0 513021 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2070192 KiB
Current children cumulated memory: 63304 KiB

[startup+12.7004 s]
/proc/loadavg: 2.08 2.03 2.05 3/202 3110
/proc/meminfo: memFree=30849400/32770624 swapFree=66966304/67108860
[pid=3109] ppid=3106 vsize=2081884 memory=67508 CPUtime=12.69 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 29491 0 0 0 1254 15 0 0 20 0 1 0 409883542 2131849216 16877 33554432000 4194304 5870510 140731792249328 140731792247496 140368649278389 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 520471 16877 996 410 0 515944 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2081884 KiB
Current children cumulated memory: 67508 KiB

[startup+25.5005 s]
/proc/loadavg: 2.06 2.03 2.05 3/202 3113
/proc/meminfo: memFree=30840360/32770624 swapFree=66966304/67108860
[pid=3109] ppid=3106 vsize=2081884 memory=74824 CPUtime=25.49 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 39270 0 0 0 2533 16 0 0 20 0 1 0 409883542 2131849216 18706 33554432000 4194304 5870510 140731792249328 140731792248440 5283138 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 520471 18706 996 410 0 515944 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2081884 KiB
Current children cumulated memory: 74824 KiB

[startup+51.11 s]
/proc/loadavg: 2.04 2.03 2.05 3/202 3113
/proc/meminfo: memFree=30821668/32770624 swapFree=66966304/67108860
[pid=3109] ppid=3106 vsize=2101036 memory=93252 CPUtime=51.1 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 45833 0 0 0 5093 17 0 0 20 0 1 0 409883542 2151460864 23313 33554432000 4194304 5870510 140731792249328 140731792247768 5274812 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 525259 23313 996 410 0 520732 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2101036 KiB
Current children cumulated memory: 93252 KiB

[startup+102.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/203 3125
/proc/meminfo: memFree=30812428/32770624 swapFree=66966312/67108860
[pid=3109] ppid=3106 vsize=2108756 memory=101272 CPUtime=102.29 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 52708 0 0 0 10210 19 0 0 20 0 1 0 409883542 2159366144 25318 33554432000 4194304 5870510 140731792249328 140731792247768 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 527189 25318 996 410 0 522662 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2108756 KiB
Current children cumulated memory: 101272 KiB

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/205 3153
/proc/meminfo: memFree=30819308/32770624 swapFree=66966316/67108860
[pid=3109] ppid=3106 vsize=2109876 memory=94752 CPUtime=162.28 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 64430 0 0 0 16202 26 0 0 20 0 1 0 409883542 2160513024 23688 33554432000 4194304 5870510 140731792249328 140731792247768 5282621 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 527469 23688 996 410 0 522942 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2109876 KiB
Current children cumulated memory: 94752 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/204 3157
/proc/meminfo: memFree=30809524/32770624 swapFree=66966316/67108860
[pid=3109] ppid=3106 vsize=2110360 memory=104628 CPUtime=222.27 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 70580 0 0 0 22201 26 0 0 20 0 1 0 409883542 2161008640 26157 33554432000 4194304 5870510 140731792249328 140731792247896 5281755 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 527590 26157 996 410 0 523063 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2110360 KiB
Current children cumulated memory: 104628 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/204 3161
/proc/meminfo: memFree=30800184/32770624 swapFree=66966316/67108860
[pid=3109] ppid=3106 vsize=2129476 memory=114040 CPUtime=282.27 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 71050 0 0 0 28200 27 0 0 20 0 1 0 409883542 2180583424 28510 33554432000 4194304 5870510 140731792249328 140731792248344 5281974 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 532369 28510 996 410 0 527842 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2129476 KiB
Current children cumulated memory: 114040 KiB

[startup+342.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/205 3167
/proc/meminfo: memFree=30771580/32770624 swapFree=66966316/67108860
[pid=3109] ppid=3106 vsize=2148332 memory=142716 CPUtime=342.26 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 78576 0 0 0 34198 28 0 0 20 0 1 0 409883542 2199891968 35679 33554432000 4194304 5870510 140731792249328 140731792247896 5282759 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 537083 35679 996 410 0 532556 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2148332 KiB
Current children cumulated memory: 142716 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/203 3171
/proc/meminfo: memFree=30771452/32770624 swapFree=66966316/67108860
[pid=3109] ppid=3106 vsize=2148332 memory=142716 CPUtime=402.26 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 78590 0 0 0 40198 28 0 0 20 0 1 0 409883542 2199891968 35679 33554432000 4194304 5870510 140731792249328 140731792247896 5282759 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 537083 35679 996 410 0 532556 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2148332 KiB
Current children cumulated memory: 142716 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/203 3175
/proc/meminfo: memFree=30771068/32770624 swapFree=66966316/67108860
[pid=3109] ppid=3106 vsize=2148332 memory=142716 CPUtime=462.26 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 85637 0 0 0 46197 29 0 0 20 0 1 0 409883542 2199891968 35679 33554432000 4194304 5870510 140731792249328 140731792247896 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 537083 35679 996 410 0 532556 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 2148332 KiB
Current children cumulated memory: 142716 KiB


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

/proc/3109/statm: 544674 38474 996 410 0 540147 0
Current children cumulated CPU time: 1602.16 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 153896 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 3529
/proc/meminfo: memFree=30723892/32770624 swapFree=66966324/67108860
[pid=3109] ppid=3106 vsize=2178696 memory=153896 CPUtime=1662.16 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 88615 0 0 0 166187 29 0 0 20 0 1 0 409883542 2230984704 38474 33554432000 4194304 5870510 140731792249328 140731792247768 5262735 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 544674 38474 996 410 0 540147 0
Current children cumulated CPU time: 1662.16 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 153896 KiB

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/205 3533
/proc/meminfo: memFree=30720040/32770624 swapFree=66966324/67108860
[pid=3109] ppid=3106 vsize=2178696 memory=157992 CPUtime=1722.16 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 88626 0 0 0 172186 30 0 0 20 0 1 0 409883542 2230984704 39498 33554432000 4194304 5870510 140731792249328 140731792247768 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 544674 39498 996 410 0 540147 0
Current children cumulated CPU time: 1722.16 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 157992 KiB

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/206 3540
/proc/meminfo: memFree=30719328/32770624 swapFree=66966324/67108860
[pid=3109] ppid=3106 vsize=2178696 memory=157992 CPUtime=1782.16 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 89199 0 0 0 178186 30 0 0 20 0 1 0 409883542 2230984704 39498 33554432000 4194304 5870510 140731792249328 140731792247768 5262639 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 544674 39498 996 410 0 540147 0
Current children cumulated CPU time: 1782.16 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 157992 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/205 3544
/proc/meminfo: memFree=30695380/32770624 swapFree=66966324/67108860
[pid=3109] ppid=3106 vsize=2178696 memory=157992 CPUtime=1842.15 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 89209 0 0 0 184185 30 0 0 20 0 1 0 409883542 2230984704 39498 33554432000 4194304 5870510 140731792249328 140731792247768 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 544674 39498 996 410 0 540147 0
Current children cumulated CPU time: 1842.15 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 157992 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/203 3553
/proc/meminfo: memFree=30683460/32770624 swapFree=66966328/67108860
[pid=3109] ppid=3106 vsize=2178696 memory=157992 CPUtime=1902.15 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 89782 0 0 0 190185 30 0 0 20 0 1 0 409883542 2230984704 39498 33554432000 4194304 5870510 140731792249328 140731792247768 5282574 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 544674 39498 996 410 0 540147 0
Current children cumulated CPU time: 1902.15 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 157992 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/204 3559
/proc/meminfo: memFree=30682768/32770624 swapFree=66966328/67108860
[pid=3109] ppid=3106 vsize=2178696 memory=157992 CPUtime=1962.14 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 89791 0 0 0 196184 30 0 0 20 0 1 0 409883542 2230984704 39498 33554432000 4194304 5870510 140731792249328 140731792247768 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 544674 39498 996 410 0 540147 0
Current children cumulated CPU time: 1962.14 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 157992 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/203 3563
/proc/meminfo: memFree=30716808/32770624 swapFree=66966328/67108860
[pid=3109] ppid=3106 vsize=2178696 memory=157992 CPUtime=2022.14 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 90364 0 0 0 202184 30 0 0 20 0 1 0 409883542 2230984704 39498 33554432000 4194304 5870510 140731792249328 140731792247768 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 544674 39498 996 410 0 540147 0
Current children cumulated CPU time: 2022.14 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 157992 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/203 3567
/proc/meminfo: memFree=30717108/32770624 swapFree=66966328/67108860
[pid=3109] ppid=3106 vsize=2178696 memory=157992 CPUtime=2082.14 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 90377 0 0 0 208184 30 0 0 20 0 1 0 409883542 2230984704 39498 33554432000 4194304 5870510 140731792249328 140731792247768 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 544674 39498 996 410 0 540147 0
Current children cumulated CPU time: 2082.14 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 157992 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/209 3581
/proc/meminfo: memFree=30697680/32770624 swapFree=66966332/67108860
[pid=3109] ppid=3106 vsize=2160020 memory=149784 CPUtime=2142.13 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 91534 0 0 0 214182 31 0 0 20 0 1 0 409883542 2211860480 37446 33554432000 4194304 5870510 140731792249328 140731792247768 5282590 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 540005 37446 996 410 0 535478 0
Current children cumulated CPU time: 2142.13 s
Current children cumulated vsize: 2160020 KiB
Current children cumulated memory: 149784 KiB

[startup+2202.3 s]
/proc/loadavg: 2.14 2.06 2.06 3/205 3621
/proc/meminfo: memFree=30692420/32770624 swapFree=66966348/67108860
[pid=3109] ppid=3106 vsize=2160016 memory=149780 CPUtime=2202.12 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 91889 0 0 0 220180 32 0 0 20 0 1 0 409883542 2211856384 37445 33554432000 4194304 5870510 140731792249328 140731792247768 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 540004 37445 996 410 0 535477 0
Current children cumulated CPU time: 2202.12 s
Current children cumulated vsize: 2160016 KiB
Current children cumulated memory: 149780 KiB

[startup+2262.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/205 3625
/proc/meminfo: memFree=30687204/32770624 swapFree=66966348/67108860
[pid=3109] ppid=3106 vsize=2160016 memory=155924 CPUtime=2262.12 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 92412 0 0 0 226178 34 0 0 20 0 1 0 409883542 2211856384 38981 33554432000 4194304 5870510 140731792249328 140731792247768 5282684 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 540004 38981 996 410 0 535477 0
Current children cumulated CPU time: 2262.12 s
Current children cumulated vsize: 2160016 KiB
Current children cumulated memory: 155924 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/206 3631
/proc/meminfo: memFree=30721796/32770624 swapFree=66966348/67108860
[pid=3109] ppid=3106 vsize=2160016 memory=153876 CPUtime=2322.12 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 92593 0 0 0 232177 35 0 0 20 0 1 0 409883542 2211856384 38469 33554432000 4194304 5870510 140731792249328 140731792247768 5262777 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 540004 38469 996 410 0 535477 0
Current children cumulated CPU time: 2322.12 s
Current children cumulated vsize: 2160016 KiB
Current children cumulated memory: 153876 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/205 3635
/proc/meminfo: memFree=30693508/32770624 swapFree=66966348/67108860
[pid=3109] ppid=3106 vsize=2160016 memory=153896 CPUtime=2382.11 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 92777 0 0 0 238176 35 0 0 20 0 1 0 409883542 2211856384 38474 33554432000 4194304 5870510 140731792249328 140731792247768 5283087 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 540004 38474 996 410 0 535477 0
Current children cumulated CPU time: 2382.11 s
Current children cumulated vsize: 2160016 KiB
Current children cumulated memory: 153896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.00 2.03 2.05 3/205 3635
/proc/meminfo: memFree=30693448/32770624 swapFree=66966348/67108860
[pid=3109] ppid=3106 vsize=2160016 memory=153896 CPUtime=2400.01 cores=0,2,4,6
/proc/3109/stat : 3109 (xcsp_picat) R 3106 3109 31436 0 -1 4202496 92788 0 0 0 239966 35 0 0 20 0 1 0 409883542 2211856384 38474 33554432000 4194304 5870510 140731792249328 140731792247768 5262793 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 27254784 140731792253983 140731792254061 140731792254061 140731792256970 0
/proc/3109/statm: 540004 38474 996 410 0 535477 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 2160016 KiB
Current children cumulated memory: 153896 KiB

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

[startup+2400.2 s]
# the end of solver process 3109 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.67 s, system=0.355975 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): 2400.2
CPU time (s): 2400.02
CPU user time (s): 2399.67
CPU system time (s): 0.355975
CPU usage (%): 99.9925
Max. virtual memory (cumulated for all children) (KiB): 2190368
Max. memory (cumulated for all children) (KiB): 186664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.67
system time used= 0.355975
maximum resident set size= 186664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92788
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= 3005


# summary of solver processes directly reported to runsolver:
#   pid: 3109
#   total CPU time (s): 2400.02
#   total CPU user time (s): 2399.67
#   total CPU system time (s): 0.355975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.52615 second user time and 19.0982 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-13 02:58:20
IDJOB=4395732
IDBENCH=127018
IDSOLVER=2845
FILE ID=node135/4395732-1568336340
RUNJOBID= node135-1568323825-31467
PBS_JOBID= 21701148
Free space on /tmp= 59124 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-072.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395732-1568336340/watcher-4395732-1568336340 -o /tmp/evaluation-result-4395732-1568336340/solver-4395732-1568336340 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568323825-31467 --watchdog 2560  xcsp_picat HOME/instance-4395732-1568336340.xml

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

MD5SUM BENCH= 3b7c910d9b57f1d6426daaa1c2d4da0c
RANDOM SEED=603688712

node135.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.76
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.76
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.76
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.76
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:        30912992 kB
MemAvailable:   31740344 kB
Buffers:          121872 kB
Cached:           971972 kB
SwapCached:        35736 kB
Active:           557272 kB
Inactive:         703092 kB
Active(anon):     138200 kB
Inactive(anon):    59704 kB
Active(file):     419072 kB
Inactive(file):   643388 kB
Unevictable:      109776 kB
Mlocked:          109776 kB
SwapTotal:      67108860 kB
SwapFree:       66966304 kB
Dirty:              3064 kB
Writeback:             4 kB
AnonPages:        241056 kB
Mapped:            36332 kB
Shmem:             22736 kB
Slab:             192064 kB
SReclaimable:     161456 kB
SUnreclaim:        30608 kB
KernelStack:        3584 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2655672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 59120 MiB
End job on node135 at 2019-09-13 03:38:20