Trace number 4395369

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2019-09-12? (TO) 2519.9 2520.01

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-090.xml
MD5SUMd92bd6a6dba83323313b355bf487e521
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark941
Best CPU time to get the best result obtained on this benchmark19937.9
Satisfiable
(Un)Satisfiability was proved
Number of variables8189
Number of constraints4183
Number of domains179
Minimum domain size2
Maximum domain size179
Distribution of domain sizes[{"size":2,"count":4096},{"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":131,"count":1}, {"size":133,"count":1}, {"size":135,"count":1}, {"size":137,"count":1}, {"size":139,"count":1}, {"size":141,"count":1}, {"size":143,"count":1}, {"size":145,"count":1}, {"size":147,"count":1}, {"size":149,"count":1}, {"size":151,"count":1}, {"size":153,"count":1}, {"size":155,"count":1}, {"size":157,"count":1}, {"size":159,"count":1}, {"size":161,"count":1}, {"size":163,"count":1}, {"size":165,"count":1}, {"size":167,"count":1}, {"size":169,"count":1}, {"size":171,"count":1}, {"size":173,"count":1}, {"size":175,"count":1}, {"size":177,"count":1}, {"size":179,"count":1}]
Minimum variable degree0
Maximum variable degree89
Distribution of variable degrees[{"degree":0,"count":3916},{"degree":2,"count":4183},{"degree":89,"count":90}]
Minimum constraint arity2
Maximum constraint arity90
Distribution of constraint arities[{"arity":2,"count":90},{"arity":3,"count":4006},{"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":66,"count":1}, {"arity":67,"count":1}, {"arity":68,"count":1}, {"arity":69,"count":1}, {"arity":70,"count":1}, {"arity":71,"count":1}, {"arity":72,"count":1}, {"arity":73,"count":1}, {"arity":74,"count":1}, {"arity":75,"count":1}, {"arity":76,"count":1}, {"arity":77,"count":1}, {"arity":78,"count":1}, {"arity":79,"count":1}, {"arity":80,"count":1}, {"arity":81,"count":1}, {"arity":82,"count":1}, {"arity":83,"count":1}, {"arity":84,"count":1}, {"arity":85,"count":1}, {"arity":86,"count":1}, {"arity":87,"count":1}, {"arity":88,"count":1}, {"arity":89,"count":1}, {"arity":90,"count":1}]
Number of extensional constraints0
Number of intensional constraints4094
Distribution of constraint types[{"type":"intension","count":4094},{"type":"sum","count":89}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

26.59/26.66	c xcsp_picat version 2.7b12 (9/12/2019)
26.59/26.66	o 3765

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395369-1568332054/watcher-4395369-1568332054 -o /tmp/evaluation-result-4395369-1568332054/solver-4395369-1568332054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568322189-24246 --watchdog 2580 xcsp_picat HOME/instance-4395369-1568332054.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=27121, runsolver pid=27118

[startup+0.100173 s]*
/proc/loadavg: 2.54 2.16 2.09 3/199 27122
/proc/meminfo: memFree=25669968/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2031716 memory=29096 CPUtime=0.1 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 1815 0 0 0 10 0 0 0 20 0 1 0 409147383 2080477184 7274 33554432000 4194304 5870510 140725191770192 140725191767336 4442063 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 507929 7274 880 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 29096 KiB

[startup+0.209934 s]*
/proc/loadavg: 2.54 2.16 2.09 3/199 27122
/proc/meminfo: memFree=25647160/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2048544 memory=50592 CPUtime=0.21 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 5366 0 0 0 21 0 0 0 20 0 1 0 409147383 2097709056 12648 33554432000 4194304 5870510 140725191770192 140725191767336 140535366671333 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 512136 12648 957 410 0 507609 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2048544 KiB
Current children cumulated memory: 50592 KiB

[startup+0.309684 s]*
/proc/loadavg: 2.54 2.16 2.09 3/199 27122
/proc/meminfo: memFree=25637672/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2062304 memory=60248 CPUtime=0.31 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 7567 0 0 0 30 1 0 0 20 0 1 0 409147383 2111799296 15062 33554432000 4194304 5870510 140725191770192 140725191767336 5287642 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 515576 15062 957 410 0 511049 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2062304 KiB
Current children cumulated memory: 60248 KiB

[startup+0.70029 s]
/proc/loadavg: 2.54 2.16 2.09 3/199 27122
/proc/meminfo: memFree=25626076/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2068804 memory=70920 CPUtime=0.69 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 9954 0 0 0 68 1 0 0 20 0 1 0 409147383 2118455296 17730 33554432000 4194304 5870510 140725191770192 140725191767336 5562032 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 517201 17730 957 410 0 512674 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2068804 KiB
Current children cumulated memory: 70920 KiB

[startup+1.50028 s]
/proc/loadavg: 2.54 2.16 2.09 3/199 27122
/proc/meminfo: memFree=25626076/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2068804 memory=70920 CPUtime=1.49 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 9980 0 0 0 145 4 0 0 20 0 1 0 409147383 2118455296 17730 33554432000 4194304 5870510 140725191770192 140725191767336 140535367131015 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 517201 17730 957 410 0 512674 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2068804 KiB
Current children cumulated memory: 70920 KiB

[startup+3.10961 s]
/proc/loadavg: 2.54 2.16 2.09 3/199 27122
/proc/meminfo: memFree=25620376/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2076496 memory=76836 CPUtime=3.1 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 21473 0 0 0 300 10 0 0 20 0 1 0 409147383 2126331904 19209 33554432000 4194304 5870510 140725191770192 140725191768616 5343850 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 519124 19209 967 410 0 514597 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2076496 KiB
Current children cumulated memory: 76836 KiB

[startup+6.30037 s]
/proc/loadavg: 2.50 2.15 2.09 3/199 27122
/proc/meminfo: memFree=25589776/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2104712 memory=101812 CPUtime=6.29 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 29062 0 0 0 619 10 0 0 20 0 1 0 409147383 2155225088 25453 33554432000 4194304 5870510 140725191770192 140725191769512 5294975 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 526178 25453 988 410 0 521651 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2104712 KiB
Current children cumulated memory: 101812 KiB

[startup+12.7003 s]
/proc/loadavg: 2.46 2.15 2.09 3/199 27122
/proc/meminfo: memFree=25618276/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2072232 memory=76052 CPUtime=12.69 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 38369 0 0 0 1248 21 0 0 20 0 1 0 409147383 2121965568 19013 33554432000 4194304 5870510 140725191770192 140725191769512 5334091 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 518058 19013 995 410 0 513531 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2072232 KiB
Current children cumulated memory: 76052 KiB

[startup+25.5004 s]
/proc/loadavg: 2.36 2.14 2.09 3/200 27124
/proc/meminfo: memFree=25584912/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2105324 memory=105108 CPUtime=25.49 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 50717 0 0 0 2527 22 0 0 20 0 1 0 409147383 2155851776 26277 33554432000 4194304 5870510 140725191770192 140725191768360 5281827 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 526331 26277 995 410 0 521804 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2105324 KiB
Current children cumulated memory: 105108 KiB

[startup+51.1097 s]
/proc/loadavg: 2.23 2.13 2.08 3/199 27125
/proc/meminfo: memFree=25581456/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2105324 memory=109168 CPUtime=51.09 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 59301 0 0 0 5086 23 0 0 20 0 1 0 409147383 2155851776 27292 33554432000 4194304 5870510 140725191770192 140725191769304 5274383 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 526331 27292 995 410 0 521804 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2105324 KiB
Current children cumulated memory: 109168 KiB

[startup+102.3 s]
/proc/loadavg: 2.10 2.11 2.08 3/200 27130
/proc/meminfo: memFree=25545184/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2136744 memory=140416 CPUtime=102.28 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 75071 0 0 0 10204 24 0 0 20 0 1 0 409147383 2188025856 35104 33554432000 4194304 5870510 140725191770192 140725191768760 5288765 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 534186 35104 995 410 0 529659 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2136744 KiB
Current children cumulated memory: 140416 KiB

[startup+162.3 s]
/proc/loadavg: 2.04 2.09 2.07 3/200 27136
/proc/meminfo: memFree=25524584/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2156640 memory=160164 CPUtime=162.29 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 77128 0 0 0 16203 26 0 0 20 0 1 0 409147383 2208399360 40041 33554432000 4194304 5870510 140725191770192 140725191768632 5283116 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 539160 40041 995 410 0 534633 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2156640 KiB
Current children cumulated memory: 160164 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/201 27148
/proc/meminfo: memFree=25516604/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2156640 memory=160400 CPUtime=222.28 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 85538 0 0 0 22202 26 0 0 20 0 1 0 409147383 2208399360 40100 33554432000 4194304 5870510 140725191770192 140725191768632 5288847 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 539160 40100 995 410 0 534633 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2156640 KiB
Current children cumulated memory: 160400 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/201 27152
/proc/meminfo: memFree=25516420/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2156640 memory=160756 CPUtime=282.26 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 87297 0 0 0 28200 26 0 0 20 0 1 0 409147383 2208399360 40189 33554432000 4194304 5870510 140725191770192 140725191768632 5283102 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 539160 40189 995 410 0 534633 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2156640 KiB
Current children cumulated memory: 160756 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/201 27158
/proc/meminfo: memFree=25511136/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2168312 memory=166400 CPUtime=342.26 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 88077 0 0 0 34199 27 0 0 20 0 1 0 409147383 2220351488 41600 33554432000 4194304 5870510 140725191770192 140725191768760 5282590 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 542078 41600 995 410 0 537551 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2168312 KiB
Current children cumulated memory: 166400 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 27162
/proc/meminfo: memFree=25508088/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2168312 memory=170104 CPUtime=402.26 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 88541 0 0 0 40199 27 0 0 20 0 1 0 409147383 2220351488 42526 33554432000 4194304 5870510 140725191770192 140725191768760 5282778 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 542078 42526 995 410 0 537551 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2168312 KiB
Current children cumulated memory: 170104 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 27166
/proc/meminfo: memFree=25503144/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2168312 memory=174904 CPUtime=462.26 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 88781 0 0 0 46199 27 0 0 20 0 1 0 409147383 2220351488 43726 33554432000 4194304 5870510 140725191770192 140725191768760 5308364 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 542078 43726 995 410 0 537551 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 2168312 KiB
Current children cumulated memory: 174904 KiB


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

/proc/27121/statm: 551849 53789 995 410 0 547322 0
Current children cumulated CPU time: 1722.22 s
Current children cumulated vsize: 2207396 KiB
Current children cumulated memory: 215156 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27498
/proc/meminfo: memFree=25370836/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2207396 memory=215156 CPUtime=1782.21 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 111941 0 0 0 178183 38 0 0 20 0 1 0 409147383 2260373504 53789 33554432000 4194304 5870510 140725191770192 140725191768760 5282519 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 551849 53789 995 410 0 547322 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 2207396 KiB
Current children cumulated memory: 215156 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27502
/proc/meminfo: memFree=25378120/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2207396 memory=215156 CPUtime=1842.21 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 113868 0 0 0 184183 38 0 0 20 0 1 0 409147383 2260373504 53789 33554432000 4194304 5870510 140725191770192 140725191768760 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 551849 53789 995 410 0 547322 0
Current children cumulated CPU time: 1842.21 s
Current children cumulated vsize: 2207396 KiB
Current children cumulated memory: 215156 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27506
/proc/meminfo: memFree=25539336/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2207396 memory=215156 CPUtime=1902.2 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 114674 0 0 0 190182 38 0 0 20 0 1 0 409147383 2260373504 53789 33554432000 4194304 5870510 140725191770192 140725191768760 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 551849 53789 995 410 0 547322 0
Current children cumulated CPU time: 1902.2 s
Current children cumulated vsize: 2207396 KiB
Current children cumulated memory: 215156 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27576
/proc/meminfo: memFree=25561736/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2207396 memory=215156 CPUtime=1962.21 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 115777 0 0 0 196182 39 0 0 20 0 1 0 409147383 2260373504 53789 33554432000 4194304 5870510 140725191770192 140725191768760 5274400 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 551849 53789 995 410 0 547322 0
Current children cumulated CPU time: 1962.21 s
Current children cumulated vsize: 2207396 KiB
Current children cumulated memory: 215156 KiB

[startup+2022.3 s]
/proc/loadavg: 1.95 2.00 2.04 3/199 27587
/proc/meminfo: memFree=25333612/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2159108 memory=162128 CPUtime=2022.2 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 117557 0 0 0 202181 39 0 0 20 0 1 0 409147383 2210926592 40532 33554432000 4194304 5870510 140725191770192 140725191768616 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 539777 40532 995 410 0 535250 0
Current children cumulated CPU time: 2022.2 s
Current children cumulated vsize: 2159108 KiB
Current children cumulated memory: 162128 KiB

[startup+2082.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/199 27590
/proc/meminfo: memFree=25528600/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2220512 memory=227040 CPUtime=2082.2 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 119682 0 0 0 208179 41 0 0 20 0 1 0 409147383 2273804288 56760 33554432000 4194304 5870510 140725191770192 140725191768760 5283028 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 555128 56760 995 410 0 550601 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 2220512 KiB
Current children cumulated memory: 227040 KiB

[startup+2142.3 s]
/proc/loadavg: 1.92 1.98 2.03 3/199 27659
/proc/meminfo: memFree=25414108/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2239480 memory=245988 CPUtime=2142.2 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 121145 0 0 0 214178 42 0 0 20 0 1 0 409147383 2293227520 61497 33554432000 4194304 5870510 140725191770192 140725191768760 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 559870 61497 995 410 0 555343 0
Current children cumulated CPU time: 2142.2 s
Current children cumulated vsize: 2239480 KiB
Current children cumulated memory: 245988 KiB

[startup+2202.3 s]
/proc/loadavg: 1.93 1.97 2.03 3/199 27790
/proc/meminfo: memFree=25489712/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2239480 memory=246328 CPUtime=2202.2 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 122029 0 0 0 220178 42 0 0 20 0 1 0 409147383 2293227520 61582 33554432000 4194304 5870510 140725191770192 140725191768760 5283067 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 559870 61582 995 410 0 555343 0
Current children cumulated CPU time: 2202.2 s
Current children cumulated vsize: 2239480 KiB
Current children cumulated memory: 246328 KiB

[startup+2262.3 s]
/proc/loadavg: 1.97 1.98 2.03 3/199 27794
/proc/meminfo: memFree=25401964/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2239480 memory=246620 CPUtime=2262.19 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 123483 0 0 0 226177 42 0 0 20 0 1 0 409147383 2293227520 61655 33554432000 4194304 5870510 140725191770192 140725191768760 5282574 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 559870 61655 995 410 0 555343 0
Current children cumulated CPU time: 2262.19 s
Current children cumulated vsize: 2239480 KiB
Current children cumulated memory: 246620 KiB

[startup+2322.3 s]
/proc/loadavg: 1.99 1.98 2.03 3/199 27864
/proc/meminfo: memFree=25251572/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2239480 memory=246644 CPUtime=2322.19 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 124861 0 0 0 232177 42 0 0 20 0 1 0 409147383 2293227520 61661 33554432000 4194304 5870510 140725191770192 140725191768760 5283106 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 559870 61661 995 410 0 555343 0
Current children cumulated CPU time: 2322.19 s
Current children cumulated vsize: 2239480 KiB
Current children cumulated memory: 246644 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 27868
/proc/meminfo: memFree=25410088/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2239480 memory=247156 CPUtime=2382.18 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 125799 0 0 0 238176 42 0 0 20 0 1 0 409147383 2293227520 61789 33554432000 4194304 5870510 140725191770192 140725191768760 5282464 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 559870 61789 995 410 0 555343 0
Current children cumulated CPU time: 2382.18 s
Current children cumulated vsize: 2239480 KiB
Current children cumulated memory: 247156 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 27872
/proc/meminfo: memFree=25210420/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2239480 memory=247156 CPUtime=2442.18 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 126473 0 0 0 244176 42 0 0 20 0 1 0 409147383 2293227520 61789 33554432000 4194304 5870510 140725191770192 140725191768760 5282295 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 559870 61789 995 410 0 555343 0
Current children cumulated CPU time: 2442.18 s
Current children cumulated vsize: 2239480 KiB
Current children cumulated memory: 247156 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.99 2.03 4/199 27879
/proc/meminfo: memFree=25290120/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2239480 memory=247156 CPUtime=2502.18 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 126632 0 0 0 250176 42 0 0 20 0 1 0 409147383 2293227520 61789 33554432000 4194304 5870510 140725191770192 140725191768760 5283116 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 559870 61789 995 410 0 555343 0
Current children cumulated CPU time: 2502.18 s
Current children cumulated vsize: 2239480 KiB
Current children cumulated memory: 247156 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 1.99 2.03 3/199 27881
/proc/meminfo: memFree=25213380/32770624 swapFree=66952812/67108860
[pid=27121] ppid=27118 vsize=2239480 memory=247156 CPUtime=2519.89 cores=1,3,5,7
/proc/27121/stat : 27121 (xcsp_picat) R 27118 27121 24214 0 -1 4202496 126632 0 0 0 251947 42 0 0 20 0 1 0 409147383 2293227520 61789 33554432000 4194304 5870510 140725191770192 140725191768760 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 42094592 140725191775263 140725191775341 140725191775341 140725191778250 0
/proc/27121/statm: 559870 61789 995 410 0 555343 0
Current children cumulated CPU time: 2519.89 s
Current children cumulated vsize: 2239480 KiB
Current children cumulated memory: 247156 KiB

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

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.01
CPU time (s): 2519.9
CPU user time (s): 2519.47
CPU system time (s): 0.429982
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 2239480
Max. memory (cumulated for all children) (KiB): 247156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.47
system time used= 0.429982
maximum resident set size= 247156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126632
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= 25
involuntary context switches= 792


# summary of solver processes directly reported to runsolver:
#   pid: 27121
#   total CPU time (s): 2519.9
#   total CPU user time (s): 2519.47
#   total CPU system time (s): 0.429982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5183 second user time and 18.6719 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-13 01:46:52
IDJOB=4395369
IDBENCH=126995
IDSOLVER=2844
FILE ID=node117/4395369-1568332054
RUNJOBID= node117-1568322189-24246
PBS_JOBID= 21701139
Free space on /tmp= 58916 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-090.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395369-1568332054/watcher-4395369-1568332054 -o /tmp/evaluation-result-4395369-1568332054/solver-4395369-1568332054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568322189-24246 --watchdog 2580  xcsp_picat HOME/instance-4395369-1568332054.xml

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

MD5SUM BENCH= d92bd6a6dba83323313b355bf487e521
RANDOM SEED=3401905

node117.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.75
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.75
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.75
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.75
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:        25693420 kB
MemAvailable:   31685444 kB
Buffers:          160276 kB
Cached:          6080888 kB
SwapCached:        52484 kB
Active:          1469512 kB
Inactive:        4957640 kB
Active(anon):     134856 kB
Inactive(anon):    92700 kB
Active(file):    1334656 kB
Inactive(file):  4864940 kB
Unevictable:      107724 kB
Mlocked:          107724 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:              3176 kB
Writeback:             0 kB
AnonPages:        242076 kB
Mapped:            46004 kB
Shmem:             32816 kB
Slab:             245192 kB
SReclaimable:     216528 kB
SUnreclaim:        28664 kB
KernelStack:        3504 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2641836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 58912 MiB
End job on node117 at 2019-09-13 02:28:52