Trace number 4395432

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) 2520.02 2520.01

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 benchmark20057
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.29/21.39	c xcsp_picat version 2.7b12 (9/12/2019)
21.29/21.39	o 3256
136.49/136.56	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 (13014 MiB free)
  memory of node 1: 16384 MiB (14200 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395432-1568332210/watcher-4395432-1568332210 -o /tmp/evaluation-result-4395432-1568332210/solver-4395432-1568332210 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28817 --watchdog 2580 xcsp_picat HOME/instance-4395432-1568332210.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30892, runsolver pid=30889

[startup+0.100161 s]*
/proc/loadavg: 2.00 2.04 2.07 3/199 30893
/proc/meminfo: memFree=27838472/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2041828 memory=35432 CPUtime=0.1 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 2933 0 0 0 10 0 0 0 20 0 1 0 409488829 2090831872 8858 33554432000 4194304 5870510 140728225958384 140728225955528 5317972 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 510457 8858 957 410 0 505930 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2041828 KiB
Current children cumulated memory: 35432 KiB

[startup+0.209699 s]*
/proc/loadavg: 2.00 2.04 2.07 3/199 30893
/proc/meminfo: memFree=27825944/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2052016 memory=46892 CPUtime=0.2 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 5005 0 0 0 20 0 0 0 20 0 1 0 409488829 2101264384 11723 33554432000 4194304 5870510 140728225958384 140728225955528 139973878881253 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 513004 11723 957 410 0 508477 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2052016 KiB
Current children cumulated memory: 46892 KiB

[startup+0.309754 s]*
/proc/loadavg: 2.00 2.04 2.07 3/199 30893
/proc/meminfo: memFree=27822968/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2054132 memory=49256 CPUtime=0.3 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 5710 0 0 0 29 1 0 0 20 0 1 0 409488829 2103431168 12314 33554432000 4194304 5870510 140728225958384 140728225955528 139973879340935 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 513533 12314 957 410 0 509006 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2054132 KiB
Current children cumulated memory: 49256 KiB

[startup+0.700282 s]
/proc/loadavg: 2.00 2.04 2.07 3/199 30893
/proc/meminfo: memFree=27822968/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2054280 memory=49520 CPUtime=0.69 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 5763 0 0 0 66 3 0 0 20 0 1 0 409488829 2103582720 12380 33554432000 4194304 5870510 140728225958384 140728225955528 139973879340935 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 513570 12380 957 410 0 509043 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2054280 KiB
Current children cumulated memory: 49520 KiB

[startup+1.5003 s]
/proc/loadavg: 2.00 2.04 2.07 3/199 30893
/proc/meminfo: memFree=27822968/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2055112 memory=49896 CPUtime=1.49 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 5876 0 0 0 144 5 0 0 20 0 1 0 409488829 2104434688 12474 33554432000 4194304 5870510 140728225958384 140728225955528 5261691 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 513778 12474 964 410 0 509251 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2055112 KiB
Current children cumulated memory: 49896 KiB

[startup+3.10962 s]
/proc/loadavg: 2.00 2.04 2.07 3/199 30893
/proc/meminfo: memFree=27810712/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2065772 memory=61000 CPUtime=3.1 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 13616 0 0 0 304 6 0 0 20 0 1 0 409488829 2115350528 15250 33554432000 4194304 5870510 140728225958384 140728225956808 5274889 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 516443 15250 987 410 0 511916 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2065772 KiB
Current children cumulated memory: 61000 KiB

[startup+6.3003 s]
/proc/loadavg: 2.00 2.04 2.06 3/199 30893
/proc/meminfo: memFree=27806688/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2070192 memory=65108 CPUtime=6.3 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 18544 0 0 0 623 7 0 0 20 0 1 0 409488829 2119876608 16277 33554432000 4194304 5870510 140728225958384 140728225956824 5259103 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 517548 16277 989 410 0 513021 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 2070192 KiB
Current children cumulated memory: 65108 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.04 2.06 3/199 30893
/proc/meminfo: memFree=27804628/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2081884 memory=67892 CPUtime=12.69 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 27200 0 0 0 1256 13 0 0 20 0 1 0 409488829 2131849216 16973 33554432000 4194304 5870510 140728225958384 140728225956552 5282736 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 520471 16973 996 410 0 515944 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2081884 KiB
Current children cumulated memory: 67892 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.04 2.06 3/199 30893
/proc/meminfo: memFree=27795620/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2081884 memory=76628 CPUtime=25.49 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 37587 0 0 0 2535 14 0 0 20 0 1 0 409488829 2131849216 19157 33554432000 4194304 5870510 140728225958384 140728225957496 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 520471 19157 996 410 0 515944 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2081884 KiB
Current children cumulated memory: 76628 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.04 2.06 3/200 30903
/proc/meminfo: memFree=27774428/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2101036 memory=95092 CPUtime=51.1 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 44678 0 0 0 5095 15 0 0 20 0 1 0 409488829 2151460864 23773 33554432000 4194304 5870510 140728225958384 140728225956824 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 525259 23773 996 410 0 520732 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2101036 KiB
Current children cumulated memory: 95092 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/200 30907
/proc/meminfo: memFree=27767020/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2108756 memory=103212 CPUtime=102.29 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 58293 0 0 0 10212 17 0 0 20 0 1 0 409488829 2159366144 25803 33554432000 4194304 5870510 140728225958384 140728225956824 5308364 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 527189 25803 996 410 0 522662 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2108756 KiB
Current children cumulated memory: 103212 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/201 30912
/proc/meminfo: memFree=27770904/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2109876 memory=96532 CPUtime=162.29 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 70137 0 0 0 16204 25 0 0 20 0 1 0 409488829 2160513024 24133 33554432000 4194304 5870510 140728225958384 140728225956824 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 527469 24133 996 410 0 522942 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2109876 KiB
Current children cumulated memory: 96532 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/203 30919
/proc/meminfo: memFree=27753420/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2110360 memory=106684 CPUtime=222.29 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 70688 0 0 0 22203 26 0 0 20 0 1 0 409488829 2161008640 26671 33554432000 4194304 5870510 140728225958384 140728225956952 5282429 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 527590 26671 996 410 0 523063 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2110360 KiB
Current children cumulated memory: 106684 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/202 30923
/proc/meminfo: memFree=27741972/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2129476 memory=115844 CPUtime=282.29 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 77984 0 0 0 28203 26 0 0 20 0 1 0 409488829 2180583424 28961 33554432000 4194304 5870510 140728225958384 140728225957400 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 532369 28961 996 410 0 527842 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2129476 KiB
Current children cumulated memory: 115844 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 30928
/proc/meminfo: memFree=27712220/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2148332 memory=144428 CPUtime=342.3 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 85936 0 0 0 34202 28 0 0 20 0 1 0 409488829 2199891968 36107 33554432000 4194304 5870510 140728225958384 140728225956952 5282295 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 537083 36107 996 410 0 532556 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2148332 KiB
Current children cumulated memory: 144428 KiB

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/202 30934
/proc/meminfo: memFree=27711392/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2148332 memory=144520 CPUtime=402.29 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 86499 0 0 0 40201 28 0 0 20 0 1 0 409488829 2199891968 36130 33554432000 4194304 5870510 140728225958384 140728225956952 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 537083 36130 996 410 0 532556 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2148332 KiB
Current children cumulated memory: 144520 KiB

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/199 30938
/proc/meminfo: memFree=27707596/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2148332 memory=144520 CPUtime=462.29 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 93433 0 0 0 46201 28 0 0 20 0 1 0 409488829 2199891968 36130 33554432000 4194304 5870510 140728225958384 140728225956952 5262976 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 537083 36130 996 410 0 532556 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2148332 KiB
Current children cumulated memory: 144520 KiB


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

/proc/30892/statm: 544674 39772 996 410 0 540147 0
Current children cumulated CPU time: 1722.3 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 159088 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/199 31084
/proc/meminfo: memFree=27696592/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2178696 memory=160760 CPUtime=1782.29 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 168315 0 0 0 178194 35 0 0 20 0 1 0 409488829 2230984704 40190 33554432000 4194304 5870510 140728225958384 140728225956824 5282694 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 544674 40190 996 410 0 540147 0
Current children cumulated CPU time: 1782.29 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 160760 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/201 31098
/proc/meminfo: memFree=27689996/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2178696 memory=163912 CPUtime=1842.29 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 168327 0 0 0 184194 35 0 0 20 0 1 0 409488829 2230984704 40978 33554432000 4194304 5870510 140728225958384 140728225956824 5281974 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 544674 40978 996 410 0 540147 0
Current children cumulated CPU time: 1842.29 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 163912 KiB

[startup+1902.3 s]
/proc/loadavg: 2.07 2.05 2.07 3/200 31102
/proc/meminfo: memFree=27690488/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2178696 memory=163912 CPUtime=1902.29 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 168586 0 0 0 190194 35 0 0 20 0 1 0 409488829 2230984704 40978 33554432000 4194304 5870510 140728225958384 140728225956824 5283083 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 544674 40978 996 410 0 540147 0
Current children cumulated CPU time: 1902.29 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 163912 KiB

[startup+1962.3 s]
/proc/loadavg: 2.03 2.04 2.06 3/200 31106
/proc/meminfo: memFree=27688320/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2178696 memory=163912 CPUtime=1962.29 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 168596 0 0 0 196194 35 0 0 20 0 1 0 409488829 2230984704 40978 33554432000 4194304 5870510 140728225958384 140728225956824 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 544674 40978 996 410 0 540147 0
Current children cumulated CPU time: 1962.29 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 163912 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/201 31112
/proc/meminfo: memFree=27688212/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2178696 memory=163912 CPUtime=2022.3 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 168854 0 0 0 202195 35 0 0 20 0 1 0 409488829 2230984704 40978 33554432000 4194304 5870510 140728225958384 140728225956824 5282464 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 544674 40978 996 410 0 540147 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 163912 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/200 31116
/proc/meminfo: memFree=27685992/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2178696 memory=163912 CPUtime=2082.3 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 168865 0 0 0 208195 35 0 0 20 0 1 0 409488829 2230984704 40978 33554432000 4194304 5870510 140728225958384 140728225956824 5282597 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 544674 40978 996 410 0 540147 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 163912 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 31121
/proc/meminfo: memFree=27685656/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2178696 memory=163912 CPUtime=2142.3 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 169314 0 0 0 214195 35 0 0 20 0 1 0 409488829 2230984704 40978 33554432000 4194304 5870510 140728225958384 140728225956824 5282590 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 544674 40978 996 410 0 540147 0
Current children cumulated CPU time: 2142.3 s
Current children cumulated vsize: 2178696 KiB
Current children cumulated memory: 163912 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/200 31127
/proc/meminfo: memFree=27694600/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2160016 memory=153592 CPUtime=2202.3 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 170496 0 0 0 220193 37 0 0 20 0 1 0 409488829 2211856384 38398 33554432000 4194304 5870510 140728225958384 140728225956824 5308341 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 540004 38398 996 410 0 535477 0
Current children cumulated CPU time: 2202.3 s
Current children cumulated vsize: 2160016 KiB
Current children cumulated memory: 153592 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31131
/proc/meminfo: memFree=27664156/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2190364 memory=184776 CPUtime=2262.29 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 172074 0 0 0 226191 38 0 0 20 0 1 0 409488829 2242932736 46194 33554432000 4194304 5870510 140728225958384 140728225956952 139973884580847 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 547591 46194 996 410 0 543064 0
Current children cumulated CPU time: 2262.29 s
Current children cumulated vsize: 2190364 KiB
Current children cumulated memory: 184776 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 31197
/proc/meminfo: memFree=28417376/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2129668 memory=131268 CPUtime=2322.3 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 173304 0 0 0 232190 40 0 0 20 0 1 0 409488829 2180780032 32817 33554432000 4194304 5870510 140728225958384 140728225956952 5282621 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 532417 32817 996 410 0 527890 0
Current children cumulated CPU time: 2322.3 s
Current children cumulated vsize: 2129668 KiB
Current children cumulated memory: 131268 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 31203
/proc/meminfo: memFree=28474524/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2160016 memory=157772 CPUtime=2382.3 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 174569 0 0 0 238190 40 0 0 20 0 1 0 409488829 2211856384 39443 33554432000 4194304 5870510 140728225958384 140728225956824 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 540004 39443 996 410 0 535477 0
Current children cumulated CPU time: 2382.3 s
Current children cumulated vsize: 2160016 KiB
Current children cumulated memory: 157772 KiB

[startup+2442.3 s]
/proc/loadavg: 2.52 2.16 2.09 3/200 31215
/proc/meminfo: memFree=28404724/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2160016 memory=157772 CPUtime=2442.3 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 174579 0 0 0 244190 40 0 0 20 0 1 0 409488829 2211856384 39443 33554432000 4194304 5870510 140728225958384 140728225956824 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 540004 39443 996 410 0 535477 0
Current children cumulated CPU time: 2442.3 s
Current children cumulated vsize: 2160016 KiB
Current children cumulated memory: 157772 KiB

[startup+2502.3 s]
/proc/loadavg: 2.19 2.13 2.09 3/200 31219
/proc/meminfo: memFree=28453620/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2190364 memory=178500 CPUtime=2502.31 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 175463 0 0 0 250190 41 0 0 20 0 1 0 409488829 2242932736 44625 33554432000 4194304 5870510 140728225958384 140728225956824 5282759 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 547591 44625 996 410 0 543064 0
Current children cumulated CPU time: 2502.31 s
Current children cumulated vsize: 2190364 KiB
Current children cumulated memory: 178500 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.15 2.13 2.09 3/200 31221
/proc/meminfo: memFree=28402124/32770624 swapFree=67004752/67108860
[pid=30892] ppid=30889 vsize=2160016 memory=157688 CPUtime=2520.01 cores=1,3,5,7
/proc/30892/stat : 30892 (xcsp_picat) R 30889 30892 28785 0 -1 4202496 175960 0 0 0 251960 41 0 0 20 0 1 0 409488829 2211856384 39422 33554432000 4194304 5870510 140728225958384 140728225956824 5283036 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 31592448 140728225965087 140728225965165 140728225965165 140728225968074 0
/proc/30892/statm: 540004 39422 996 410 0 535477 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 2160016 KiB
Current children cumulated memory: 157688 KiB

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

[startup+2520.01 s]
# the end of solver process 30892 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.61 s, system=0.417004 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.01
CPU time (s): 2520.02
CPU user time (s): 2519.61
CPU system time (s): 0.417004
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 2190368
Max. memory (cumulated for all children) (KiB): 190540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.61
system time used= 0.417004
maximum resident set size= 190540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175960
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= 811


# summary of solver processes directly reported to runsolver:
#   pid: 30892
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2519.61
#   total CPU system time (s): 0.417004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.33248 second user time and 20.8861 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-13 01:49:33
IDJOB=4395432
IDBENCH=127018
IDSOLVER=2844
FILE ID=node126/4395432-1568332210
RUNJOBID= node126-1568323917-28817
PBS_JOBID= 21701150
Free space on /tmp= 55384 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-4395432-1568332210/watcher-4395432-1568332210 -o /tmp/evaluation-result-4395432-1568332210/solver-4395432-1568332210 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28817 --watchdog 2580  xcsp_picat HOME/instance-4395432-1568332210.xml

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

MD5SUM BENCH= 3b7c910d9b57f1d6426daaa1c2d4da0c
RANDOM SEED=714406422

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27868440 kB
MemAvailable:   31053512 kB
Buffers:          120736 kB
Cached:          3314940 kB
SwapCached:         2860 kB
Active:          2652568 kB
Inactive:        1598176 kB
Active(anon):     813232 kB
Inactive(anon):    43288 kB
Active(file):    1839336 kB
Inactive(file):  1554888 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:              3108 kB
Writeback:             0 kB
AnonPages:       1025368 kB
Mapped:            46392 kB
Shmem:             32816 kB
Slab:             243060 kB
SReclaimable:     213364 kB
SUnreclaim:        29696 kB
KernelStack:        3552 kB
PageTables:         7340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3293352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    649216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55380 MiB
End job on node126 at 2019-09-13 02:31:33